UNPKG

qrcode-generator

Version:
20 lines (16 loc) 400 B
<!doctype html> <html> <head> <meta charset="UTF-8" > <title>qrcode | UTF8</title> <script src="../dist/qrcode.js"></script> <script src="../dist/qrcode_UTF8.js"></script> <script type="module"> import { runTests } from '@web/test-runner-mocha'; import { utf8 as test } from './qrcode-test-impl.js'; runTests(async () => { test(qrcode); }); </script> </head> </html>