image-to-zpl

1.0.1 • Public • Published

Image to ZPL

Getting output from the command line

const ImageToZPL = require('./index');
ImageToZPL('./libs/home.png').then(zpl => {
    console.log(zpl);
});

Saving output to a file.

const ImageToZPL = require('./index');
ImageToZPL('./libs/home.png', './libs/home.zpl');

Readme

Keywords

none

Package Sidebar

Install

npm i image-to-zpl

Weekly Downloads

25

Version

1.0.1

License

ISC

Unpacked Size

4.02 MB

Total Files

12

Last publish

Collaborators

  • ranseur