UNPKG
nfc-pcsc
Version:
latest (0.8.1)
0.8.1
0.8.0
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.3
Easy reading and writing NFC tags and cards
github.com/pokusew/nfc-pcsc
pokusew/nfc-pcsc
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'
;