sanctum-ipsum
v1.0.1
Published
The holiest lorem ipsum generator on the internet. Generate Catholic themed lorem ipsum text for your creative project.
Downloads
5
Maintainers
Readme
sanctum-ipsum
Install
npm install sanctum-ipsum
Usage
Require:
var sanctum = require('sanctum-ipsum');
Call
sanctum(numberOfParagraphs, numberOfSentences)
Example
var sanctum = require('sanctum-ipsum');
$('.target-containers').html(sanctum(2, 1));
/* injects 1 paragraph with 2 sentences into each target*/
<p>The sacred heart of Jesus vatican confiteor Holy days of obligation St. James forgive me Father, for I have sinned vicar of Christ stations of the cross John-Henry Newman assumption. </p>
<p>Encyclical Christe eleison opus Dei Kyrie eleison St. Francis of Assisi canonization natural law Pope Francis peace be with you, and also with you dogma Benedictine St. Gabriel canonization. </p>
npm version!
This is the repo for the npm version of Sanctum Ipsum. The web based version is here, and the code for that and the API version are here.