Genius Invokation TCG Simulator core library
npm install @gi-tcg/core@gi-tcg/core Genius Invokation Simulator Core Library> Warning
>
> This is an ESM-only package.
``js
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).