# [Filterizr logo](http://yiotis.net/filterizr)
[![Build Status](https://travis-ci.org/giotiskl/Filterizr.svg?branch=filterizr_revisited)](https://travis-ci.org/giotiskl/Filterizr) NPM version NPM monthly downloads license badge ## Description Filterizr is a JavaScript library that sorts, shuffles, searches and applies stunning filters over responsive galleries using CSS3 transitions. Write your very own, custom effects in CSS and watch your gallery come to life! It can also be used as a jQuery plugin. ## Install You can install Filterizr by downloading the minified version on its website/repo or through npm/yarn: ``` npm install filterizr ``` or ``` yarn add filterizr ``` Three files can be found in the `./dist/` directory: - `filterizr.min.js` is the pure Filterizr JavaScript library that can be used using CommonJS (or ES6) imports, it is the main entry point when installing via npm. - `vanilla.filterizr.min.js` is a distribution of Filterizr which can be used directly in a `