Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 806 Bytes

File metadata and controls

39 lines (26 loc) · 806 Bytes

Simple 1d-barcode scanner in a web browser

概要

  • ブラウザで動作するシンプルなバーコードスキャナです。
  • コンピュータに搭載されたカメラで、バーコードをスキャンします。
  • 読み取りエンジンは自作のため、最小限のライブラリ依存です。

Overview

  • This is a simple barcode scanner that runs in a web browser.
  • Scan the barcode with your computer's camera.
  • The reading engine is self-built, so minimal library dependencies.

Supported barcodes

  • CODE128
  • CODE39
  • CODE93
  • JAN/EAN-13
  • JAN/EAN-8
  • ITF-14
  • NW-7
  • ITF
  • COOP2of5

Links

License

MIT