Filtrr2.js

Insta-hipster-o-matic images in 6.8kb of JavaScript.

See it in action!

Using Filtrr2

  1. Step 1

    Download this awesomeness from Github.

    Download latest
  2. Step 2

    Filtrr2 depends on jQuery so be sure to add it before. Then add the script to your document.

    <script type="text/javascript" src="filtrr2.js"></script>
  3. Step 3

    Prettify your images.

    Filtrr2("#my-img", function() {
    
        this.brighten(40)
            .saturate(50)
            .render();
    
    });
  4. Step 4

    Launch your product, then drop me a line to let me know how it worked for you.

  5. Documentation

    The Github README file contains most of what you'll need.