svelte-qrcode-image
Advanced tools
Comparing version 0.5.0 to 0.5.1
# Svelte-QRCode-Image changelog | ||
## 0.5.0 | ||
expose `id` and `class` attribute to control the `<img>` or `<canvas>` tag | ||
expose `id` and `class` attribute to control the `<img>` or `<canvas>` tag | ||
## 0.5.1 | ||
update README.md: add link back to the npm page |
{ | ||
"name": "svelte-qrcode-image", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "@sveltejs/adapter-auto": "next", |
@@ -10,7 +10,7 @@ # Svelte-QRCode-Image | ||
## Installation | ||
Directly from npm: | ||
Directly from [npm](https://www.npmjs.com/package/svelte-qrcode-image): | ||
```bash | ||
npm install svelte-qrcode-image | ||
``` | ||
From GitHub: | ||
From [GitHub](https://github.com/1toldyou/svelte-qrcode-image): | ||
```bash | ||
@@ -17,0 +17,0 @@ npm install git+https://github.com/1toldyou/svelte-qrcode-image.git |
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
14971