svelte-qr-scanner icon indicating copy to clipboard operation
svelte-qr-scanner copied to clipboard

Simple Svelte QRCode Scanner using instascan

Results 6 svelte-qr-scanner issues
Sort by recently updated
recently updated
newest added

Hi! 👋 I'm having this issue: ![image](https://user-images.githubusercontent.com/13385000/70195421-3dd89e00-16cb-11ea-8464-260875bc7b3c.png) It seems that it need to be updated. I'm using Svelte 3.0.0.

Apparently npm is not exposing svelte component and import must be done by: using 'svelte-qr-scanner/src/QRScanner.html' instead of 'svelte-qr-scanner'.

bug

Add startOnClick component prop. This would make the component not start the Camera/Scanner until the placeholder is clicked.

enhancement

Camera are asking twice to start. This is because new Scanner and Camera ask both for permission.

bug