Skip to content

Instantly share code, notes, and snippets.

@castrors
Created August 15, 2016 19:27
Show Gist options
  • Save castrors/75b909cc89631f65dcaab666b85f2d98 to your computer and use it in GitHub Desktop.
Save castrors/75b909cc89631f65dcaab666b85f2d98 to your computer and use it in GitHub Desktop.
Simple JsBarcode Demo
<svg id="code128"></svg>
<svg id="code39"></svg>
JsBarcode("#code128", "1111000000000000046");
JsBarcode("#code39", "1111000000000000046", {format: "code39"});
<script src="https://cdn.jsdelivr.net/jsbarcode/3.3.18/JsBarcode.all.min.js"></script>
svg {
margin: 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment