0.0.8 • Published 10 months ago
br-com-sempresol-qrcode v0.0.8
br-com-sempresol-qrcode
qr code integration
Install
npm install br-com-sempresol-qrcode
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
startScanner(...)
startScanner(options: { value: string; }) => void
Param | Type |
---|---|
options | { value: string; } |