https://github.com/blahah/lorem-ipsum-dom
Returns a div containing the full 4500 words of Lorem Ipsum, in paragraphs
https://github.com/blahah/lorem-ipsum-dom
Last synced: 5 months ago
JSON representation
Returns a div containing the full 4500 words of Lorem Ipsum, in paragraphs
- Host: GitHub
- URL: https://github.com/blahah/lorem-ipsum-dom
- Owner: blahah
- License: cc0-1.0
- Created: 2018-01-15T22:26:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T22:32:39.000Z (over 8 years ago)
- Last Synced: 2025-08-09T10:34:46.062Z (11 months ago)
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
---
## Install
```
npm install --save lorem-ipsum-dom
```
## Usage
``` js
var loremipsum = require('lorem-ipsum-dom')
document.body.appendChild(loremipsum())
```
## License
To the extent possible by law, we transfer any rights we have in this code to the public domain. Specifically, we do so using the [CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/).
You can do whatever you want with this code. No need to credit us, link to us, include any license, or anything else. But if you want to do those things, you're free to do that too.