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 Mydev.net

Linkedin Login

Examples

<!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>

Permanenet link

Statistics

Views 25

Downloads 3

IDs

CodeID
DB ID