HeroCards

๐Ÿ—กโš”๏ธ ๐Ÿ›ก Character Playing Card Maker

MIT License

Stars
137

Note: This project creates custom character cards(like Bang!) based on users' input. It's optimized for Chinese characters, and won't work for western languages out of box. (Might work for Japanese and Korean.) Therefore only Chinese instruction is provided here.

Please let me know if you want other language support.

HTML+CSS+NodeJS+PhantomJS

prisma~

npm install
node automation.js

JSON./data/JSONid

  • png/PNG
  • jpg/jpeg/JPG/JPEG

./data/``zhangsanfeng.json``zhangsanfeng.jpg JSON:

{
  "id": "zhangsanfeng",
  "clan": "",
  "blood_number": "4",
  "nickname": "",
  "name": "",
  "skills_group": [
    {
      "title": "",
      "description": ""
    },
    {
      "title": "",
      "description": ""
    }
  ]
}

Note: skills_groupissue #1

FAQ

Q: GUI A: PR

Q: A:

Q: A: templateshtml template

License

MIT @CosmoX