wide-text
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i wide-text

Weekly Downloads

11

Version

0.1.8

License

MIT

Unpacked Size

2.39 kB

Total Files

5

Last publish

Collaborators

  • khai96_