UNPKG
@waiting/bankcard-reader-base
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
读取IC/RF银行卡基础包
github.com/waitingsong/node-bankcard-reader-base
waitingsong/node-bankcard-reader-base
@waiting/bankcard-reader-base
/
dist
/
lib
/
config.js
14 lines
(13 loc)
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
const
initialConfig = { appDir:
''
, }
/** 初始化参数 */
export
const
initialOpts = { cardType:
'auto'
, dllTxt:
''
, dllSearchPath:
''
, findCardRetryTimes:
0
, debug:
false
, port:
0
, searchAll:
false
, }