Converting from type: ‘image/png’ to ZPL in NodeJs
I’m using a package called ‘domToImage'(https://github.com/tsayen/dom-to-image), which takes a screenshot of the DOM I’m stating. I’m currently using the domToImage.toBlob() function which then returns Blob{size: 102776, type: “image/png”}.