mirror of
https://github.com/kamyu1537/eamuse-card-wasm.git
synced 2024-11-27 21:10:48 +01:00
📝 코드가 잘못 적혀있어 수정하였습니다
This commit is contained in:
parent
34054e1d4c
commit
37df2db7a5
@ -13,7 +13,7 @@ npm run build
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```node
|
```node
|
||||||
import { KonamiCard } from 'konami-card';
|
import KonamiCard from 'konami-card';
|
||||||
|
|
||||||
KonamiCard.encode(nfcId).then(result => console.info(result));
|
KonamiCard.encode(nfcId).then(result => console.info(result));
|
||||||
KonamiCard.decode(cardId).then(result => console.info(result));
|
KonamiCard.decode(cardId).then(result => console.info(result));
|
||||||
|
Loading…
Reference in New Issue
Block a user