1.0.4 • Published 9 years ago

padding-command v1.0.4

Weekly downloads
19
License
-
Repository
github
Last release
9 years ago

padding-command

Adjusts the padding of the selected paragraphs by a given amount (delta). Limits the result to customizable maximum and minimum values.

usage

var PaddingCommand = require('padding-command');

new PaddingCommand({ delta: 50 })
new PaddingCommand({ delta: 50, min: 0, max: 500 }, root, document)