Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.31 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.31 KB

cssFilters.co

This is the repo for cssfilters.co - A visual tool to create custom and instagram like photo filters in css.

Credits

  • Una Kravets - For the fantastic cssgram project
  • Unsplash - For collecting and providing the awesome demo images
  • React - For being the most awesome js framework ever

Improvements and Bugs

Please feel free to open a new issue here with your suggestions or any bugs which you may have come across.

Contributing

Incase you want to contribute to the source code, clone/download this repo and build the project locally. You would need to have node and gulp installed on your machine.

There is only one gulp task which you would need - gulp go. This handles all the compiling and setup tasks. It accepts two optional flags:-

  • --open - Opens the project in your default browser after compilation
  • --build - Minifies and optimizes the stylesheets and scripts

These flags can be passed together also. For example:- gulp go --build --open. This will open the browser and run the watch task in production mode.


A little project by @_ighosh.

\m/