UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

5 lines 186 B
/*=========================== Swiper ===========================*/ window.Swiper = function (container, params) { if (!(this instanceof Swiper)) return new Swiper(container, params);