Skip to content
On this page

print text beta

use

js
import printease from 'printease'
let zpl = new printease.zpl.ZplLib()
zpl.init()
zpl.setText(10, 10, 'hello printease')
zpl.setPrint()
console.log(zpl.getBuffer())