Package Exports
- sweargenerator
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 (sweargenerator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
SwearGenerator
The French swear generator
Usage
Install using with npm install sweargenerator or yarn add sweargenerator
import { getText } from 'sweargenerator';
// Takes an optional length parameter
const randomLength = getText();
const specificLength = getText(10);Contributing
If you have any juicy swear suggestions or think a rule should be added, don't hesitate to open an issue or a pull request!