XuelesszzZ 94af2b8e7b 6-30-5 | há 1 ano atrás | |
---|---|---|
.. | ||
dist | há 1 ano atrás | |
CHANGELOG.md | há 1 ano atrás | |
LICENSE | há 1 ano atrás | |
README.md | há 1 ano atrás | |
package.json | há 1 ano atrás | |
rollup.config.ts | há 1 ano atrás |
A JavaScript library for Grapheme Breaking and identifying Grapheme Boundaries, implementing the Unicode Line Breaking Algorithm (UAX #29)
You can install the module via npm:
npm install text-segmentation
import {splitGraphemes} from 'text-segmentation';
const graphemes = splitGraphemes('Hello 👨👩👧👦!');
You can run the test suite with:
npm test
The library implements all the GraphemeBreakTest.txt tests.