yugioh-card
Version:
<h1 align="center">🎉 游戏王卡片 - Yugioh Card 🎉</h1>
8 lines (7 loc) • 525 B
JavaScript
import { Card as e } from "./src/card/index.js";
import { FieldCenterCard as t } from "./src/field-center-card/index.js";
import { RushDuelCard as n } from "./src/rush-duel-card/index.js";
import { YugiohBackCard as r } from "./src/yugioh-back-card/index.js";
import { YugiohCard as i } from "./src/yugioh-card/index.js";
import { YugiohSeries2Card as a } from "./src/yugioh-series-2-card/index.js";
export { e as Card, t as FieldCenterCard, n as RushDuelCard, r as YugiohBackCard, i as YugiohCard, a as YugiohSeries2Card };