You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, certificate templates "specify" external dependencies like images and fonts by simply declaring them in the HTML template. While this works, there are two issues:
It'd really be better to standardize loading the cert's background image so that it displays nicely on an A4 sheet.
External dependencies like images and fonts are not explicitly declared, so Gameboard doesn't actually know about them. Thus, it can't export these assets when exporting a game or whatever.
Allow declaration of external asset dependencies (then update import/export to export them along with the cert).