img2tab
v0.0.4
Published
Convert images to table, for emails and more
Downloads
10
Readme
img2tab
Convert images to HTML tables, for dynamic QR Codes, barcodes and more
Install
$ npm install img2tab
Usage
Method available
getTable
: Get HTML table for image given, returns a Promise
How to use
Getting HTML Table for given image
const Img2Tab = require('img2tab');
const instance = new Img2Tab('your image path/url');
const imageTable = instance.getTable();
imageTable.then(data => console.log(data));
// => String of HTML table
License
MIT © Manraj Singh