Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 630 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 630 Bytes

LoremIpsumBlocks Module for FramerJS

Wireframe style lorem ipsum for your prototype

Usage:

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:

# Options:       Default Value
# ----------------------------
# wordCount:     24
# wordSpacing:   12
# letterHeight:  24
# letterWidth:   12
# lineSpacing:   12
# color:         "silver"