Skip to content

Commit 6f16947

Browse files
committed
update README
1 parent 7e82590 commit 6f16947

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ function* matchEmoji(str) {
121121
// 4: 👍
122122
```
123123

124+
Or build even more advanced one like an Unicode-aware [TTY string width](https://github.com/cometkim/unicode-string-width) utility.
125+
124126
### Export `unicode-segmenter/intl-adapter`
125127
[![](https://edge.bundlejs.com/badge?q=unicode-segmenter/intl-adapter&treeshake=[*])](https://bundlejs.com/?q=unicode-segmenter%2Fintl-adapter&treeshake=%5B*%5D)
126128

@@ -271,8 +273,8 @@ Since [Hermes doesn't support the `Intl.Segmenter` API](https://github.com/faceb
271273
| Name | Bytecode size | Bytecode size (gzip)* |
272274
|------------------------------|--------------:|----------------------:|
273275
| `unicode-segmenter/grapheme` | 22,061 | 11,539 |
274-
| `graphemer` | 133,974 | 31,715 |
275-
| `grapheme-splitter` | 63,855 | 19,133 |
276+
| `graphemer` | 133,974 | 31,719 |
277+
| `grapheme-splitter` | 63,831 | 19,140 |
276278

277279
* It would be compressed when included as an app asset.
278280

0 commit comments

Comments
 (0)