1.0.2 • Published 4 years ago

lorem-chucksum v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

lorem-chucksum

lorem-chucksum is a JavaScript module for generating paragraphs containing fun fake facts about Chuck Norris as an alternative for the boring lorem ipsum text. Lorem ipsum text is commonly used as placeholder text in publishing, graphic design, and web development.

Installation

npm i lorem-chucksum

Using the Function

import { getLoremChucksum } from 'lorem-chucksum/lib/index.js';

getLoremChucksum({count:3, unit:'sentences'});
getLoremChucksum({count:2, unit:'paragraphs'});