UNPKG

qrcode-generator-ts

Version:

Typescript QR Code generator based on https://github.com/kazuhikoarase/qrcode-generator

11 lines (10 loc) 226 B
<!doctype html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <script src="../dist/qrcodegeneratorts.js"></script> </head> <body style="padding:16px;" > <h1> Hi</h1> </body> </html>