victorperin / qr-scanner-cli

A CLI tool to read QR Code from images
https://victorperin.github.io/qr-scanner-cli/
MIT License
69 stars 24 forks source link

Feature: [Programatic] read from bitmap #151

Closed victorperin closed 3 years ago

victorperin commented 3 years ago

Example usage:

import { readFromBitmap } from 'qr-scanner-cli'

const readValue = await readFromBitmap(Bitmap)
github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 1.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: