qz 1.0.0+1 qz: ^1.0.0+1 copied to clipboard
Web plugin to support qz tray api for JavaScript intended for the printers management.
v1.0.0+1 #
Added #
printRaw
function added to do print requests usingtype: 'raw'
andformat: 'command'
.print
function added to allow to manually do any kind of print request.disconnect
function added.
Changed #
- Breaking change:
printZpl
function renamed toprintZPL
- Breaking change:
getQzVersion
function renamed toversion
property - Breaking change:
QzIo
full refactored to be static - Sample project updated to show how to use
printRaw
,printPDF
andprintZPL
functions frombase64
,file
andString
sources.