svelte-qrcode-image
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "svelte-qrcode-image", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "@sveltejs/adapter-auto": "next", |
export declare type QRCodeImageGeneratorSelection = "node-qrcode"; | ||
export declare type QRCodeErrorCorrectionLevel = "L" | "M" | "Q" | "H"; | ||
export declare type DisplayTag = "img" | "canvas"; | ||
export { default as QRCode } from "qrcode"; |
@@ -1,1 +0,1 @@ | ||
export {}; | ||
export { default as QRCode } from "qrcode"; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12764
38