yugioh-card
Version:
<h1 align="center">🎉 游戏王卡片 - Yugioh Card 🎉</h1>
32 lines (31 loc) • 514 B
JavaScript
import { inheritProp as e } from "../../utils/index.js";
//#region packages/src/yugioh-card/style/astral-style.js
var t = e({
fontFamily: "ygo-astral",
name: {
top: 107,
fontSize: 103
},
spellTrap: {
top: 258,
fontSize: 76,
right: 144,
icon: { marginTop: 4 }
},
pendulumDescription: {
top: 1284,
fontSize: 42,
lineHeight: 1.04
},
effect: {
top: 1533,
fontSize: 44,
lineHeight: 1.04
},
description: {
fontSize: 42,
lineHeight: 1.04
}
});
//#endregion
export { t as default };