genericallyloud / ludomatic5000

This is a simple tool which can help rapidly prototype cards/tiles/chits for board/card games. It uses csv files to import data, and jade templates to generate html from them. Finally, it uses wkhtmltopdf to generate pdfs which can be printed.
MIT License
5 stars 2 forks source link

Add support for custom component sizes #24

Open jchaffer opened 9 years ago

jchaffer commented 9 years ago

Support adding dimensions for length, width, bleed size, and safe zone size from within JSON configuration for a component.

Overlaps with #6.