UNPKG

node-selendang

Version:

A lightweight and customizable reading progress bar library for web pages, designed to enhance user experience by indicating how much content remains.

31 lines (23 loc) 876 B
# 🧣 Selendang (Reading Process Bar) A lightweight and customizable reading progress bar library for web pages, designed to enhance user experience by indicating how much content remains. <p> <img src="https://img.shields.io/github/last-commit/artistudioxyz/node-selendang" alt="Last Commit"> <img src="https://img.shields.io/github/repo-size/artistudioxyz/node-selendang" alt="Repo Size"> <img src="https://img.shields.io/github/package-json/v/artistudioxyz/node-selendang" alt="Version"> </p> ## 📝 Installation ```bash npm install node-selendang ``` ## 📖 Usage ```javascript const Selendang = require('@artistudio/selendang'); let selendang = new Selendang(); ``` ## 🛠️ Development - NPM Install `npm i` - Run dev `npm run dev` - Build `npm run build` ## ⚙️ Library - [Vite](https://vitejs.dev/) - [Typescript](https://www.typescriptlang.org/)