Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiatjaf/svelte-kjua
Svelte component to show kjua QR codes
https://github.com/fiatjaf/svelte-kjua
qrcode-generator svelte svelte3
Last synced: 6 days ago
JSON representation
Svelte component to show kjua QR codes
- Host: GitHub
- URL: https://github.com/fiatjaf/svelte-kjua
- Owner: fiatjaf
- License: other
- Created: 2020-02-23T18:35:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T01:08:37.000Z (over 4 years ago)
- Last Synced: 2024-10-25T20:56:51.018Z (14 days ago)
- Topics: qrcode-generator, svelte, svelte3
- Language: HTML
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# svelte-kjua
A Svelte component that acts as a wrapper over [kjua](https://larsjung.de/kjua/) and makes beautiful QR codes.
![a QR code](qr.png)
## Install
```
npm install svelte-kjua
```## Use:
```html
import QR from 'svelte-kjua'
```