padding-command

1.0.4 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i padding-command

Weekly Downloads

1

Version

1.0.4

License

none

Last publish

Collaborators

  • coreh