0.1.8 • Published 5 years ago

wide-text v0.1.8

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

7 years ago

0.0.0

7 years ago