kciter / react-barcode

A <Barcode/> component for use with React.
http://kciter.github.io/react-barcode/
ISC License
396 stars 72 forks source link

Supported all formats available in JsBarcode #96

Closed MinatoWada closed 5 months ago

MinatoWada commented 5 months ago

The type definitions for react-barcode only cover some of the formats supported by JsBarcode, so I made adjustments to cover all types. https://github.com/lindell/JsBarcode/blob/v3.11.0/src/barcodes/index.js

This Pull Request fully includes #95.