cut-string
Cut a string if too long. Support CJK and emoji❤️.
Install
$ npm install cut-string
Usage
const cutString = //=> 'ABCD' //=> '我在' //=> '👨👩👧😀❣️' //=> '我在...' //=> '👨👩👧😀'
Cut a string if too long. Support CJK and emoji❤️.
$ npm install cut-string
const cutString = //=> 'ABCD' //=> '我在' //=> '👨👩👧😀❣️' //=> '我在...' //=> '👨👩👧😀'
npm i cut-string
12
1.0.3
MIT
12.8 kB
7