1.2.4 • Published 6 years ago
wraplines v1.2.4
WrapLines 📖
Tiny library to wrap lines after every "line break" in a paragraph.
Install
npm install wraplines --save
Usage
import wrapLines from 'wraplines';
//Openingtag & closingtag has to be a string
wrapLines(container, openingtag, closingtag);
Example
wrapLines(document.getElementById("container"), "<span><thisiscoolhuh>", "</thisiscoolhuh></span>");
So you don't have to run the demo :p
Notice
This library only breaks each line! You can add your own animations with by example css or gsap.
To dos
- resize option
- option to also split words/characters
MIT © Niels Reijnders
1.2.4
6 years ago
1.2.3
6 years ago
1.2.2
6 years ago
1.2.1
6 years ago
1.2.0
6 years ago
1.1.0
6 years ago
2.1.3
6 years ago
2.1.2
6 years ago
2.1.1
6 years ago
2.1.0
6 years ago
2.0.9
6 years ago
2.0.8
6 years ago
2.0.7
6 years ago
2.0.6
6 years ago
2.0.5
6 years ago
2.0.4
6 years ago
2.0.3
6 years ago
2.0.2
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.0.0
6 years ago