Skip to content
/ code39 Public

Generate code 39 barcodes using native html and css

Notifications You must be signed in to change notification settings

wxlai90/code39

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

code39

Generate code 39 barcodes using native html and css in React.

Mappings have been painstakingly hardcoded.

Let me know if there is an algorithmic way.

Demo App

As a react library

Install using npm:

npm i @lwxatgt/barcode

import Barcode from '@lwxatgt/barcode'
...
<Barcode value="some value" />

About

Generate code 39 barcodes using native html and css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published