UNPKG
@ap-mitch/nfc-pcsc
Version:
latest (0.7.8)
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
Easy reading and writing NFC tags and cards
github.com/ap-mitch/nfc-pcsc
ap-mitch/nfc-pcsc
@ap-mitch/nfc-pcsc
/
examples
/
ndef.js
10 lines
(7 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"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'
;