Coder Social home page Coder Social logo

ghosh / cssfilters Goto Github PK

View Code? Open in Web Editor NEW
486.0 22.0 53.0 8.33 MB

๐ŸŒ„ Custom and Instagram like photo filter playground for CSS built with React

Home Page: http://cssfilters.co/

License: MIT License

HTML 15.05% JavaScript 66.42% CSS 18.54%
css generator react side-project instagram photo-filter

cssfilters's Introduction

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/

cssfilters's People

Contributors

ghosh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cssfilters's Issues

Really nice work except for the errors

I visited your site with Firefox and the preset filters worked great but the customizer on the right failed to work. I imagine because of all the Type(e) errors. There also seemed to be an issue with javascript compiling.

Add Save button

It would be great if there is a option to save the picture with the filter

Generated CSS Background Property Missing %

hey guys - awesome project.

I noticed an issue with the generated CSS for the background property.

example, for XPro2, the generated CSS for the background is:

background: -webkit-radial-gradient(50% 50%, circle closest-corner, rgba(224, 231, 230, 1) 40, rgba(43, 42, 161, 0.6));
background: radial-gradient(50% 50%, circle closest-corner, rgba(224, 231, 230, 1) 40, rgba(43, 42, 161, 0.6));

It should be:

  background: -webkit-radial-gradient(50% 50%, circle closest-corner, rgba(224, 231, 230, 1) 40%, rgba(43, 42, 161, 0.6));
  background: radial-gradient(50% 50%, circle closest-corner, rgba(224, 231, 230, 1) 40%, rgba(43, 42, 161, 0.6));

The % was missing after the 40, which results in invalid css

New Feature: Toggle for effect on/off

First of all thanks for the great toll, i really enjoyed using it.
But there is one thing i would like to add. In case you want to use those css-filters for hover-effcts it is really hard to compare the before-and-after look. So an "Effect on/off"-toggle would be really helpful. What do you think?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.