kciter / react-barcode

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

Barcode to Image #78

Closed CytrusGallium closed 6 months ago

CytrusGallium commented 1 year ago

Hello ! Is it possible to convert the barcode to an image ? If this feature is not available can it be implemented into react-barcode ?

MiikaS commented 1 year ago

Just pass renderer='img' to it and it will output an img instead of canvas.