manrajgrover / img2tab-cli

CLI for converting images to html tables, for dynamic QR Codes, barcodes and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img2tab-cli

Build Status npm npm awesome

CLI for converting images to html tables, for dynamic QR Codes, barcodes and more

Install

$ npm install -g img2tab-cli

Usage

How to use

Getting HTML Table for given image

$ img2tab --help
img2tab [options]

Options:
  -s, --source     Source path/url                                    [required]
  -o, --output     Path to output file
  -c, --clipboard  Copy to clipboard                                   [boolean]
  -w, --width      Width per pixel
  --hi, --height   Height per pixel
  -h, --help       Show help                                           [boolean]

Related

License

MIT © Manraj Singh

About

CLI for converting images to html tables, for dynamic QR Codes, barcodes and more

License:MIT License


Languages

Language:JavaScript 100.0%