nanosplash
v4.0.20
Published
The tiny loading screen for web artisans
Downloads
445
Maintainers
Readme
Nanosplash
The tiny loading screen for web artisans
// Fullscreen
ns.show('Loading')
// Specific element
ns.show('Loading', '#my-div')
// Hide
ns.hide()Installation
Add to your project and get the typing and docs.
npm install nanosplashOr add the script tag to your HTML.
<script src="https://unpkg.com/nanosplash/dist/iife/ns.iife.js"></script>