Skip to content

A jQuery plugin that draws an arbitrarily long code39 barcode onto an HTML canvas.

License

Notifications You must be signed in to change notification settings

ncw000/jquery-code39

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery-code39

A jQuery plugin that draws an arbitrarily long code39 barcode onto an HTML canvas.

Usage

Jqeury-code39 provides a code39 function to be called on the result of a jQuery query on an html canvas, like so:

<canvas id="myCanvas"/>
$("#myCanvas").code39("12345");

This will draw the code39 barcode onto 'myCanvas', sized appropriately.

About

A jQuery plugin that draws an arbitrarily long code39 barcode onto an HTML canvas.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages