Code128.js

Pure JavaScript library for generating barcodes using HTML5 canvas.

CodeFunctionName
What is this?

Public

Not Tested

Imported

Access is limited.

Login here using your Linkedin account. to see or download code.

No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Boldcodes.com

Linkedin Login

<!DOCTYPE html>
<html>
<body>
    <script src="/path/to/code128.js"></script>
    <script>
        (function() {
        var code = new Code128('code128')
        code.insert(document.body)
        })();
    </script>
</body>
</html>

Views 25

Downloads 3

CodeID
DB ID