A online css3 image filter tool.
app
is the foled which include all site files that needed to run. you should run a server (nginx or just run a simple python python -m SimpleHTTPServer 3000
) and point to app
.
If you just open file app/index.html
, you will lost the icons.
- Test all the css3 filter values online.
- Support both 'Separate' and 'combine' mode.
- Support change the image src you want.
- You can simulation
hover
effect for each filter attribute. - You can combine any attributes freely in 'combine' mode.
Some resources such as font and svg must be run at a server. I recommand to use webon
webon is help to develop and deploy a static site. run
npm install webon -g
You need to do some configuration with webon init
Just run
webon s
webon deploy