Robert Autenrieth

Results 5 issues of Robert Autenrieth

This project has started as a quick and dirty tool with very hacky code. Since it has attracted some users, it is time to use some proper design. This is...

enhancement

As print studios seem to require bleed and safe areas around the actual card content, we should make those configurable. Examples: http://www.printerstudio.com/pops/faq-photo.html http://www.makeplayingcards.com/dl/templates/poker-size.pdf

enhancement

The way the output is generated in a new window is complicated (a new window is opened, loads a wrapper HTML, and executes some javascript that listens to a cross-tab...

enhancement

Get `document.documentElement.outerHTML` of the generated document and pack it into a Blob URL (page might break the data URI size limit).

enhancement

The default deployment at https://rpg-cards.vercel.app/ generates a lot of edge requests that exceeds the Vercel free tier usage. Perhaps we could reduce the number of edge requests by using better...

maintenance