img2tab

0.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i img2tab

Weekly Downloads

2

Version

0.0.4

License

MIT

Last publish

Collaborators

  • manrajsingh