@gi-tcg/data
v0.16.1
Published
Standard card data for Genius Invokation TCG
Downloads
568
Readme
@gi-tcg/data
Standard Card Data for Genius Invokation
Warning
This is an ESM-only package.
Usage
import getData from "@gi-tcg/data";
import { Game } from "@gi-tcg/core";
const state = Game.createInitialState({
data: getData(),
// other options...
});