Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sail-sail/mwrf

明华 URF-35H-MEM 读卡器nodejs接口
https://github.com/sail-sail/mwrf

Last synced: 1 day ago
JSON representation

明华 URF-35H-MEM 读卡器nodejs接口

Awesome Lists containing this project

README

        

### 明华 URF-35H-MEM 读卡器nodejs接口

```typescript
npm install --save mwrf
```

```typescript
import * as mwrf from "mwrf";

const version = mwrf.lib_ver();
console.log(version);
```