mirror of https://github.com/ColorlibHQ/AdminLTE
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
325 B
11 lines
325 B
/**
|
|
* Filterizr is a JavaScript library that sorts, shuffles and applies stunning filters over
|
|
* responsive galleries using CSS3 transitions and custom CSS effects.
|
|
*
|
|
* @author Yiotis Kaltsikis
|
|
* @see {@link http://yiotis.net/filterizr}
|
|
* @license MIT
|
|
*/
|
|
import Filterizr from './Filterizr';
|
|
export default Filterizr;
|