0.1.8 • Published 4 years ago

wide-text v0.1.8

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

W i d e T e x t

Create w i d e t e x t from normal text

Usage

const createWideText = require('wide-text')
createWideText('abc def ghi') // expect: 'a b c  d e f  g h i'
createWideText('abc def ghi', { charSep: 0, wordSep: 3 }) // expect: 'abc   def   ghi'

License

MIT © Hoàng Văn Khải

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

6 years ago

0.0.0

6 years ago