UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

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