UNPKG

nfc-pcsc

Version:

Easy reading and writing NFC tags and cards

10 lines (7 loc) 247 B
"use strict"; // ############# // example not finished, it in progress !!! // Read NDEF formatted data // ############# import { NFC, TAG_ISO_14443_3, TAG_ISO_14443_4, KEY_TYPE_A, KEY_TYPE_B } from '../src/index'; import pretty from './pretty';