@shutterx/quote-box
v1.0.0
Published
If you feel demotivate then use this packege for motivational quotes
Downloads
4
Readme
quote-box
If you want to get random motivational quotes than use this package
Installation
npm install quote-box
After installing please make sure you have type:"module" in your package.json
"type": "module"
Now you can use it
import { getQuote } from 'quote-box';
console.log(getQuote());