0.0.4 • Published 7 years ago

img2tab v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

img2tab

npm npm awesome

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

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago