yugioh-card
Version:
<h1 align="center">🎉 游戏王卡片 - Yugioh Card 🎉</h1>
42 lines (41 loc) • 698 B
JavaScript
import { inheritProp as e } from "../../utils/index.js";
//#region packages/src/yugioh-card/style/en-style.js
var t = e({
fontFamily: "ygo-en",
name: {
fontFamily: "ygo-en-name",
top: 52,
fontSize: 158,
letterSpacing: 1
},
spellTrap: {
fontFamily: "ygo-en-race",
top: 254,
fontSize: 74,
right: 145,
letterSpacing: 1,
icon: {
marginTop: 10,
marginLeft: 10
}
},
pendulumDescription: {
top: 1282,
fontSize: 42,
lineHeight: 1.02
},
effect: {
fontFamily: "ygo-en-race",
top: 1527,
fontSize: 56,
letterSpacing: 1,
lineHeight: 1.02
},
description: {
fontSize: 42,
lineHeight: 1.02,
smallFontSize: 36
}
});
//#endregion
export { t as default };