Wireframe style lorem ipsum for your prototype
Place LoremIpsumBlocks.coffee
into the modules
folder of your project.
{Blocks} = require "LoremIpsumBlocks"
# ...
paragraphA = new Blocks
x: 50, y: 50
width: 600
wordCount: 40
# Options: Default Value
# ----------------------------
# wordCount: 24
# wordSpacing: 12
# letterHeight: 24
# letterWidth: 12
# lineSpacing: 12
# color: "silver"