DESKTOP-B78GIPM\admin 997429b49f 待优化 %!s(int64=2) %!d(string=hai) anos
..
dist 997429b49f 待优化 %!s(int64=2) %!d(string=hai) anos
CHANGELOG.md 997429b49f 待优化 %!s(int64=2) %!d(string=hai) anos
LICENSE 997429b49f 待优化 %!s(int64=2) %!d(string=hai) anos
README.md 997429b49f 待优化 %!s(int64=2) %!d(string=hai) anos
package.json 997429b49f 待优化 %!s(int64=2) %!d(string=hai) anos
rollup.config.ts 997429b49f 待优化 %!s(int64=2) %!d(string=hai) anos

README.md

text-segmentation

CI NPM Downloads NPM Version

A JavaScript library for Grapheme Breaking and identifying Grapheme Boundaries, implementing the Unicode Line Breaking Algorithm (UAX #29)

Installing

You can install the module via npm:

npm install text-segmentation

Example

import {splitGraphemes} from 'text-segmentation';

const graphemes =  splitGraphemes('Hello 👨‍👩‍👧‍👦!');

Testing

You can run the test suite with:

npm test

The library implements all the GraphemeBreakTest.txt tests.