split-in-lines icon indicating copy to clipboard operation
split-in-lines copied to clipboard

Take an HTML element with text, and split it in lines.

split-in-lines

Take an HTML element with text, and split it in lines. Useful to achieve some effects, like this:

example

Usage

npm install split-in-lines
new SplitInLines(HTMLElement);