bulletprooflinelength

0.3.1 • Public • Published

bulletprooflinelenght

A universal tool to break long rows in a html file without causing any change in the output view.

INSTALLATION

npm install bulletproofLineLength

USAGE:

var bulletproofLineLength = require("bulletproofLineLength");
 
var stringWithShortLines = bulletproofLineLength(stringWithLongLines, maximalLineLength);

stringWithLongLines is the input string;

maximalLineLength is the line length limit;

returns stringWithShortLines containing the same text as in stringWithLongLines, but with long lines broken.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.1
    0
  • 0.3.0
    1

Package Sidebar

Install

npm i bulletprooflinelength

Weekly Downloads

1

Version

0.3.1

License

ISC

Unpacked Size

194 kB

Total Files

46

Last publish

Collaborators

  • edmdesigner-bot