Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ node_modules
/.svelte-kit
/package
.env
test-results/
dist/
.env.*
!.env.example
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# PWA QR Code Scanner
# PWA QR Code Scanner with BC-UR support

QR Code scanner in a Svelte Component
QR Code scanner in a Svelte Component with [BC-UR Encoding](https://github.com/ngraveio/bc-ur) support. It is also known as "animated" QR-Codes.

## Use
BC-UR not to confuse with [BBQR - Better Bitcoin QR](https://bbqr.org/), which isn't supported yet. Both standards are supported by major Bitcoin wallets such as Electrum, BlueWallet, Sparrow Wallet and numerous other hardware wallets.

[Demo](https://peerpiper.github.io/qrcode-scanner-svelte)

Basic
Basic use:

Run ```npm i @peerpiper/bcur-code-scanner-svelte```

```js
<Scanner />
Expand All @@ -31,3 +32,8 @@ Custom
{/if}
</Scanner>
```

## Run a demo
1. Checkout this repo and run ```npm i```
2. Run ```npm run dev```

Empty file removed docs/.nojekyll
Empty file.
1 change: 0 additions & 1 deletion docs/_app/assets/pages/index.svelte-bba79733.css

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_app/assets/scan-edb9a96e.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/_app/chunks/vendor-099cc1ff.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/_app/error.svelte-978cb9be.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/_app/layout.svelte-0239f3b0.js

This file was deleted.

51 changes: 0 additions & 51 deletions docs/_app/manifest.json

This file was deleted.

Loading