0.0.4 • Published 10 months ago
simple-nfc v0.0.4
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; }>