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.
10 lines
301 B
10 lines
301 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
|
|
*/
|
|
export { default } from './Filterizr';
|