mandal_quotes
v1.0.0
Published
This package will return random quotes
Downloads
4
Maintainers
Readme
custom_quotes_generator_npm_package
If you want to get random Motivation quote, then please use this package.
To install this package, use the below command
npm i mandal_quotes
After installing, please make sure you have type module in your package.json file
...
"type": "module"
...
Now you can use it
import {getRandomQuote} from "mandal_quotes";
console.log (getRandomQuote ());