Skip to content

Latest commit

 

History

History
executable file
·
66 lines (45 loc) · 2.08 KB

README_CN.md

File metadata and controls

executable file
·
66 lines (45 loc) · 2.08 KB

ygo-card

English

这是一个游戏王卡片渲染工具,你只需要在你的网站引入ygo-card,就可以轻松地渲染出标准的游戏王卡图!

使用文档


基本使用

$ yarn add ygo-card

# 或者

$ npm i ygo-card -D --save
import { Card } from 'ygo-card';

const canvas = document.getElementById('card');
const data = {
  name: 'Ghost Ogre & Snow Rabbit',
  _id: '59438930',
  type: 'monster',
  type2: 'effect',
  type3: 'tuner',
  attribute: 'light',
  level: 3,
  race: '念动力族',
  desc: `这个卡名的效果1回合只能使用1次。
①:场上的怪兽的效果发动时或者场上的已是表侧表示存在的魔法·陷阱卡的效果发动时,把自己的手卡·场上的这张卡送去墓地才能发动。场上的那张卡破坏。`,
  attack: 0,
  defend: 1800,
};

const card = new Card({ data, canvas, moldPath: './dist/mold'});
card.render();

使用文档

文档


DEMO

🔗 游戏王在线制卡器 #yami

🔗 一次性生成卡组PDF #msk86