simple-nfc
v0.0.4
Published
simple nfc
Downloads
298
Readme
simple-nfc
simple nfc
Install
npm install simple-nfc
npx cap sync
API
readNfc(...)
readNfc(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>