Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'

```