@gi-tcg/core
v0.17.4
Published
Genius Invokation TCG Simulator core library
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).
