Digital Card Creators - how do you render?
I'm building a DCCG currently, and I am building my cards out of HTML - all the text, the boxes, images, etc. Honestly, it's OK for now. But as I start using real art and not placeholder art, I'm starting to consider using images instead of building the card out of HTML - granted its a web app so it will still be HTML but instead of all the boxes and text being HTML that would just be card art.
There is some degree of flexibility I need to maintain too - right now buffs visibly update the cards' faces to reflect any added or subtracted power. Probably I'd need to 'overlay' the card image art with text that is reactive at runtime.
So to the other DCCG creators out there, how are you rendering your cards? Individual images, UI parts, or a combination??