top-loader
v0.0.6
Published
global top loader for website
Readme
IDMORE TOP LOADER
Is a top loader for the website. fully customizable, lightweight, no need third party.
Available at npm :
- npm : https://www.npmjs.com/package/top-loader
Instalation (choose one) :
using npm
npm install top-loaderimport TopLoader from 'top-loader'
/**
* available type : standart(default) and looping
*/
TopLoader.start(type)
TopLoader.end()
using dist assets just copy paste ./dist directories, all you need is there.
Contribution :
OS requirements
- node : https://nodejs.org/en/download/
- npm : https://docs.npmjs.com/cli/install
Work directories
./src/
Dependencies instalation
npm install
