文件名称:表格:将您的数据转换为现代文本表
文件大小:10KB
文件格式:ZIP
更新时间:2024-03-05 22:45:42
nodejs npm text ascii table
礼貌 将数据转换为现代文本表。 目录 :cloud_selector: 安装 npm install tablite --save :clipboard: 例子 查看更多。 const Table = require ( 'tablite' ) ; let options = { size : 100 , header : true , ratios : [ 10 , 10 ] , align : 'l,c' } ; let data = [ [ 'Color' , 'hex' , 'Description' ] , [ 'Green' , '#008000' , `Seeing the colour \u001b[32mgreen\u001b[0m has been linked to more creative thinking—so greens are good options for home offi
【文件预览】:
tablite-main
----examples()
--------borders.js(785B)
--------getting-started.js(706B)
----.travis.yml(234B)
----LICENSE(1KB)
----README.md(22KB)
----tablite.js(14KB)
----package.json(632B)