node-ptouch:一个在兄弟标签打印机上打印ptouch标签的​​node.js库

时间:2024-06-11 01:13:31
【文件属性】:

文件名称:node-ptouch:一个在兄弟标签打印机上打印ptouch标签的​​node.js库

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-11 01:13:31

JavaScript

节点触摸 一个node.js库,用于在Brother标签打印机上打印ptouch标签。 描述 一个node.js库,用于在Brother标签打印机上打印ptouch标签。 现在测试: QL-820NWB 安装 安装使用软件包管理器。 安装npm后只需键入以下命令。 npm install node-ptouch 例子 var Ptouch = require ( 'node-ptouch' ) ; var net = require ( 'net' ) ; // generate ptouch code var ptouch = new Ptouch ( 1 , { copies : 2 } ) ; // select template 1 for two copies ptouch . insertData ( 'myObjectName' , 'hello world' )


【文件预览】:
node-ptouch-main
----package.json(537B)
----LICENSE(1KB)
----.npmignore(107B)
----.gitignore(57B)
----lib()
--------index.js(2KB)
--------charset-brother.js(3KB)
--------constants.js(162B)
----README.md(1KB)

网友评论