# ygo-print **Repository Path**: ymssx/ygo-print ## Basic Information - **Project Name**: ygo-print - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-18 - **Last Updated**: 2021-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RUN 0. install nodejs: https://nodejs.org/en/download/ 1. update your `resources/cards.cdb` to latest 2. move ydk file to `resources/deck/` (`test-deck.ydk` as example) 3. run `npm install` 4. run `node index.js test-deck` 5. checkout the pdf in `output/test-deck.pdf` # Tips 0. if you get trouble on command `npm install`, maybe you can try `cnpm install` instead 1. if you can't install the node-module `sqlite3`, please make sure you are under the environment of python2.7 # THANKS Thanks for the inspiration of `https://github.com/ymssx/yugioh-card`, there is lot's unclear params in this lib but I tested out...