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