@gi-tcg/core
v0.16.1
Published
Genius Invokation TCG Simulator core library
Downloads
614
Readme
@gi-tcg/core
Genius Invokation Simulator Core Library
Warning
This is an ESM-only package.
Usage
import { Game } from "@gi-tcg/core";
import getData from "@gi-tcg/data";
const game = new Game({
data: getData(),
// other options...
});
More details see development docs (Chinese only).