Package Exports
- nanospinner
- nanospinner/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nanospinner) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Nano Spinner
The simplest and tiniest terminal spinner for Node.js
import { createSpinner } from 'nanospinner'
const spinner = createSpinner('Run test').start()
setTimeout(() => {
spinner.success()
}, 1000)
- Only single dependency (picocolors).
- It 15 times smaller than
ora
. - Support both CJS and ESM projects.
- TypeScript type declarations included.
Docs
Read full docs here.