@eventonehq/capacitor-qrscanner
TypeScript icon, indicating that this package has built-in type declarations

1.1.12 • Public • Published

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

Package Sidebar

Install

npm i @eventonehq/capacitor-qrscanner

Weekly Downloads

1

Version

1.1.12

License

MIT

Unpacked Size

245 kB

Total Files

79

Last publish

Collaborators

  • nprail