@openhealthnz-credentials/pdf-image-qr-scanner
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"*.(j|t)s(x)?": ["prettier --write", "eslint --fix"] | ||
"src/**/*.(j|t)s(x)?": ["prettier --write", "eslint --fix"] | ||
} |
{ | ||
"name": "@openhealthnz-credentials/pdf-image-qr-scanner", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Library to scan user-uploaded PDF's or images locally and reliably for QR codes using jsQR.", | ||
@@ -46,4 +46,4 @@ "keywords": [ | ||
"posttest": "yarn run docs", | ||
"example-build:svelte": "cd examples/svelte && yarn install && yarn run build && cd ../..", | ||
"example-build:react": "cd examples/react && yarn install && yarn run build && cd ../.." | ||
"example-build:svelte": "yarn install && yarn build && cd examples/svelte && yarn install && yarn run build && cd ../..", | ||
"example-build:react": "yarn install && yarn build && cd examples/react && yarn install && yarn run build && cd ../.." | ||
}, | ||
@@ -50,0 +50,0 @@ "pre-commit": "lint-staged", |
@@ -47,15 +47,6 @@ # pdf-image-qr-scanner | ||
Additional examples available in the the [examples](./examples/) folder. | ||
- [Svelte Web Demo](https://pdf-image-qr-scanner.pages.dev): [source code](./examples/svelte) | ||
- React Web Demo: [source code](./examples/react) | ||
- [Svelte Web Demo](https://svelte-pdf-image-scanner.fallstop.workers.dev/): [source code](./examples/svelte) | ||
- [React Web Demo](https://react-pdf-image-qr-scanner.pages.dev/): [source code](./examples/react) | ||
## TODO: | ||
- Implement AVA tests with browser polyfills. | ||
<h2 align="center"> | ||
Supported By | ||
</h2> | ||
<p align="center"> | ||
<a href="https://www.provida.nz/"> | ||
<img width="250" src="./ProvidaKeaLogo.png"></img> | ||
</a> | ||
</p> |
50127
22
52