Robert Autenrieth

Results 66 comments of Robert Autenrieth

Does the text appear on the sample cards? To load the sample cards, click the "Load sample" button in the top left menu.

Then the issue is with how you use `text |`. Can you please share the definition of a card that doesn't work?

I can't reproduce your issue, the card you posted above works (copy pasting your text into https://crobi.github.io/rpg-cards/generator/generate.html).

This was mentioned in #25: There are ways to export a JPG from inside HTML/JavaScript ([here](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Drawing_DOM_objects_into_a_canvas) or [here](https://github.com/niklasvh/html2canvas)), but those sound very shaky I'm not sure it will work well....

Not right now, but it would be a great enhancement. Duplicate of #95. Related to #106.

Unfortunately I won't have time to work on this project in the near future (I have updated the README), so don't expect major progress any time soon. Out of curiosity,...

> Not a single dependency! Well, that's more of a side effect of the fact that this project started as a one-off script for generating some cards for my players....

Good idea. Currently the tool supports the standard bridge (2.25 x 3.5") and poker (2.5 x 3.5") card sizes, which seem to be the by far the most common. The...

About the JPG export, do you need that for your print service? There are ways to do that from inside HTML/JavaScript ([here](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Drawing_DOM_objects_into_a_canvas) or [here](https://github.com/niklasvh/html2canvas)), but I'm not sure it will...