spltjs
Version:
A lightweight text splitter
30 lines (20 loc) • 651 B
Markdown
# splt.js





<p>A text splitter that just f*cking works.</p>
<p>Support splt's creator <a href="https://www.buymeacoffee.com/loganliffick">here</a>.</p>
## Install
```
$ npm i spltjs
```
## Basic Usage
```js
import splt from 'spltjs';
splt({});
// splits all text with class .splt applied
```
## Documentation
<p>View full documentation at <a href="https://www.spltjs.com">spltjs.com</a></p>