1
0
mirror of https://github.com/kamyu1537/eamuse-card-wasm.git synced 2025-02-17 11:18:38 +01:00
eamuse-card-wasm/README.md
Byeon Seongun 01957550c9
📝 설명 업데이트
+ Requirement 에 node.js 추가
2020-05-06 16:27:41 +09:00

359 B

konami-card-wasm

Convert e-amusement card ID and NFC ID to each other.

Requirement

  • go 1.14.2
  • node.js

Build

npm install
npm run build

Usage

import { KonamiCard } from 'konami-card';

KonamiCard.encode(nfcId).then(result => console.info(result));
KonamiCard.decode(cardId).then(result => console.info(result));