dummy-text-generator
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "dummy-text-generator", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Simple random lorem ipsum generator", | ||
@@ -5,0 +5,0 @@ "main": "dist/lorem-generator.cjs.js", |
@@ -15,3 +15,3 @@ # Dummy Text Generator | ||
**For Node modules** | ||
**In Nodejs** | ||
@@ -31,2 +31,17 @@ ``` | ||
**In Browser** | ||
CDN: | ||
`https://cdn.jsdelivr.net/npm/dummy-text-generator@1.0.0/dist/lorem-generator.min.js` | ||
Using `loremGenerator` object | ||
**In ES modules** | ||
``` | ||
import loremGenerator from 'dummy-text-generator'; | ||
import { generateWord, generateSentence, generateParagraph } from 'dummy-text-generator'; | ||
``` | ||
## API | ||
@@ -33,0 +48,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6837
57