p8g
p8g copied to clipboard
[Feature]: Add base64 support for loadImage
Describe your idea
As requested by vanderZwan on discord https://discord.com/channels/959169147550445598/966244612744294430/1029682280110764053, they want loadImage
to also support loading of base64 encoded images. This could be achieved by supporting data urls that have the following format: data:image/png;base64,<base64 encoded image>
.