Options
All
  • Public
  • Public/Protected
  • All
Menu

wide-text — Reference

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

Generated using TypeDoc