split text, free simple equivalent of greensock SplitText
npm install textsplitr tags are kept after split.via npm :
```
npm install --save textsplitr
or use directly :
`html`
``
new TextSplitr(DOMelement, [options]);
Parameters :
- DOMelement : the DOM element you want to splitoptions
- (optional) : object with the possible following properties :type` (default: 'chars') : a comma-delimited list of the split type(s) which can be any of the following: chars, words.
+
ISC