msikma / zenkaku-table

Table generation library for terminal interfaces that correctly handles CJK characters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zenkaku-table

Table generation library for use in terminal interfaces that follows East Asian line breaking rules and counts wide characters as two

This library uses zenkaku-string to provide a table generator for building terminal interfaces when wide characters are expected to be used as input.

⚠️ Note: this library is not ready to be used yet. ⚠️

Usage

The library is available as zenkaku-table on npm:

npm install --save zenkaku-table

TODO

Examples

TODO

Copyright

© 2019, MIT license.

About

Table generation library for terminal interfaces that correctly handles CJK characters

License:MIT License


Languages

Language:JavaScript 100.0%