eastasianwidth icon indicating copy to clipboard operation
eastasianwidth copied to clipboard

Get East Asian Width from a character.

Results 3 eastasianwidth issues
Sort by recently updated
recently updated
newest added

It would be nice to add a license file in order to get a possibility use this library for enterprise projects.

```js const eaw = require("eastasianwidth") eaw.characterLength("ì") // 2 ``` This should be length 1 instead of 2.

Thanks for this library. I am building a typing speed training game for Zhuyin (注音) input and this will be convenient. The tone marks from Zhuyin input are incorrectly having...