Skip to content

vipranarayan14/vshowbox

Repository files navigation

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();

About

A simple vanilla javaScript image slideshow

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors