There are two good JavaScript libraries to generate QR Code and Bar Code, I combined both libraries to make a web app that able to generate both QR and Bar Codes in single app.
Check out this demo page here: https://webapps.ciihuy.com/qrbarcodegenerator/
Simply type some short text or numbers or a url then click generate to get your QR and Bar Codes.
Source code is available on my GitHub page here:
https://github.com/habibieamrullah/SimpleJavaScriptQRandBarCodeGenerator
loading...