0.0.1-beta.5 • Published 2 months ago

@imedx/ics-imedx-readcard-platform-js-sdk v0.0.1-beta.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

ics-imedx-readcard-platform-js-sdk

通用读卡接口js-sdk封装

Usage

npm i @imedx/ics-imedx-readcard-platform-js-sdk

feature

0.0.1-beta.1 更新readme.md
0.0.1 初次提供

Features

  • ReadcardPlatform:通用读卡接口

Importing library

You can import the generated bundle to use the whole library generated by this starter:

import ReadcardPlatform from '@imedx/ics-imedx-readcard-platform-js-sdk'
const readcardPlatform = new ReadcardPlatform('cc_dm_decard_t10_id')
const idCardInfo = await this.readcardPlatform.ReadIdCard()
console.log(idCardInfo, '身份证')