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.

9 lines (6 loc) 127 B
import "./css/style.scss" export default class Selendang { constructor(name: string){ console.log(`Hello, ${name}!`) } }