vshowbox
v4.1.3
Published
A simple vanilla javaScript library for making image slideshow.
Downloads
3
Readme
vShowBox
A simple vanilla javaScript library for making image slideshow.
Installation
npm install vshowbox
Or
add the 'vshowbox.js' from 'dist/' to the script tag in the document.
<script src="path/to/vshowbox.js"></script>
Usage
In node:
const { vShowBox } = require('vshowbox');
const vshowbox = vShowBox.init();
In browser:
var vshowbox = window.vShowBox.init();