resources/cards.cdb
to latestresources/deck/
(test-deck.ydk
as example)npm install
cnpm
or yarn
to install the packagenpm install cnpm --global
then run cnpm install
instead of running npm install
npm install yarn --global
then run yarn install
instead of running npm install
node index.js test-deck
output/test-deck.pdf
cn
, jp
, en
.cards-${lang}.cdb
and move it to /resources
folder.node index.js test-deck ${lang}
cn
can be passed automatically so you can still run node index.js test-deck
Thanks for the inspiration of https://github.com/ymssx/yugioh-card
, there is lot's unclear params in this lib but I tested out...