1.1.12 • Published 3 years ago

@eventonehq/capacitor-qrscanner v1.1.12

Weekly downloads
4
License
MIT
Repository
bitbucket
Last release
3 years ago

General

Current version works with iOS and Android There are no styling options or camera settings now.

Installation

npm i @johnbraum/capacitor-qrscanner

In your specific view:

For Capacitor v2 (version before v1.1.0)

import { Plugins } from '@capacitor/core';
const { CapacitorQRScanner } = Plugins;

For Capacitor v3 (version >= v1.1.7)

const { CapacitorQRScanner } = '@johnbraum/capacitor-qrscanner';

Then just call the method:

let result = await CapacitorQRScanner.scan();

Access the found code result.code

Bugs / Feedback

If you have problems or questions:
https://bitbucket.org/golbros/capacitor-qrscanner/issues

1.1.12

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago