项目作者: Prottoy2938

项目描述 :
Change SVG Color Using CSS Filter
高级语言: TypeScript
项目地址: git://github.com/Prottoy2938/change-svg-color.git
创建时间: 2020-11-03T19:40:22Z
项目社区:https://github.com/Prottoy2938/change-svg-color

开源协议:

下载


Change SVG Color Using CSS Filter

application preview

A web application that helps change SVG color using CSS Filter.

It provides a color picker, and a css filter outcome of the selected color. It also tries to give a preview of how the svg will look in that color.


Visit application: https://change-svg-color.edrini.xyz/

View source: https://github.com/Prottoy2938/change-svg-color

RGBA To CSS filter algorithm was taken from this stackoverflow answer.