kazuhikoarase / qrcode-generator

QR Code Generator implementation in JavaScript, Java and more.
https://kazuhikoarase.github.io/qrcode-generator/js/demo/
MIT License
2.13k stars 683 forks source link

add JavaScript ES module version as es #100

Open taisukef opened 3 years ago

taisukef commented 3 years ago

very easy to use

import { QR } from "https://taisukef.github.io/qrcode-generator/es/QR.js";

const data = QR.encode("Hi!");
console.log(data);

also runs on Deno runtime

$ deno run sample.js
ralyodio commented 2 years ago

Can we merge this in?

ralyodio commented 2 years ago

How would I put the data on a image data url?