Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marianmeres/svelte-qrcode
QR-Code-generator wrapped as Svelte component.
https://github.com/marianmeres/svelte-qrcode
qrcode qrcode-generator svelte sveltekit
Last synced: 5 days ago
JSON representation
QR-Code-generator wrapped as Svelte component.
- Host: GitHub
- URL: https://github.com/marianmeres/svelte-qrcode
- Owner: marianmeres
- License: mit
- Created: 2024-12-11T18:39:23.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-11T20:32:25.000Z (2 months ago)
- Last Synced: 2024-12-11T21:21:07.771Z (2 months ago)
- Topics: qrcode, qrcode-generator, svelte, sveltekit
- Language: TypeScript
- Homepage: https://qrcode.meres.sk
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @marianmeres/svelte-qrcode
[QR-Code-generator](https://github.com/nayuki/QR-Code-generator) wrapped as a Svelte component.
## Installation
```sh
npm i @marianmeres/svelte-qrcode
```## Usage
```htmlimport { QrCode } from '@marianmeres/svelte-qrcode';
```
See [playground](https://qr.meres.sk) for more parameters.