svelte-qrcode-image
Advanced tools
Comparing version 1.0.0-alpha to 1.0.0-beta
# Svelte-QRCode-Image changelog | ||
## 1.0.0-beta | ||
Update README.md | ||
## 1.0.0-alpha | ||
@@ -4,0 +7,0 @@ Bumping version. |
{ | ||
"name": "svelte-qrcode-image", | ||
"version": "1.0.0-alpha", | ||
"version": "1.0.0-beta", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "@sveltejs/adapter-auto": "next", |
# Svelte-QRCode-Image | ||
QR-Code generated using [qrcode](https://www.npmjs.com/package/qrcode) ([node-qrcode](https://github.com/soldair/node-qrcode)) | ||
and display via `<img>` element, with TypeScript support, works on SvelteKit. | ||
QR-Code generated using [node-qrcode](https://github.com/soldair/node-qrcode) | ||
and display via `<img>` or `<canvas>` element, with TypeScript support, works on SvelteKit. | ||
<br> | ||
Visit [this page](https://svelte-qrcode-image.itoldyou.dev/) for live demo. | ||
<br> | ||
**Under development, breaking change could occur before 1.0.0** | ||
<br> | ||
[![Version](https://img.shields.io/npm/v/svelte-qrcode-image)](https://www.npmjs.com/package/svelte-qrcode-image) | ||
[![License](https://img.shields.io/github/license/1toldyou/svelte-qrcode-image)](https://github.com/1toldyou/svelte-qrcode-image/blob/main/LICENSE) | ||
[![Downloads](https://img.shields.io/npm/dw/svelte-qrcode-image)](https://www.npmjs.com/package/svelte-qrcode-image) | ||
[![Last Commit](https://img.shields.io/github/last-commit/1toldyou/svelte-qrcode-image)](https://github.com/1toldyou/svelte-qrcode-image) | ||
@@ -29,2 +35,3 @@ ## Installation | ||
<QRCodeImage text="hi" scale=10 displayType="canvas" /> | ||
<QRCodeImage displayType="canvas" displayStyle="border-style: dotted;" width=500 displayWidth=400 /> | ||
``` | ||
@@ -82,2 +89,6 @@ for real example you can reference the [source code](https://github.com/1toldyou/svelte-qrcode-image/blob/main/src/routes/%2Bpage.svelte) of the [demo page](https://svelte-qrcode-image.itoldyou.dev/). | ||
## Dependencies | ||
- [qrcode](https://www.npmjs.com/package/qrcode) | ||
## Developing | ||
@@ -84,0 +95,0 @@ |
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
16696
139