Skip to content

EDMdesigner/bulletprooflinelength

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •