Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 784 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 784 Bytes

SpltJS

npm bundlephobia bundlephobia npm npm

A text splitter that just f*cking works.

Support SpltJS's creator with a coffee

Looking for a React-ready version?

Check it out here at react.spltjs.com

Install

$ npm i spltjs

Basic Usage

import splt from 'spltjs';

splt({});
// splits all text with class .splt applied

Documentation

View full documentation at spltjs.com