diff --git a/README.md b/README.md index 5e2d2dc..d926484 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,15 @@ var qrcode = new QRCode(document.getElementById("qrcode"), { height: 128, colorDark : "#000000", colorLight : "#ffffff", + internalPattern : "#ff0000", + externalPattern : "#00ff00", correctLevel : QRCode.CorrectLevel.H }); ``` +![image](https://user-images.githubusercontent.com/26313003/99075655-9c272580-2598-11eb-9352-22b64bba001c.png) + and you can use some methods ``` diff --git a/index.html b/index.html index fc16f3d..72d3eeb 100644 --- a/index.html +++ b/index.html @@ -13,8 +13,11 @@