p8g icon indicating copy to clipboard operation
p8g copied to clipboard

[Feature]: Add base64 support for loadImage

Open bernhardfritz opened this issue 2 years ago • 0 comments

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>.

bernhardfritz avatar Nov 20 '22 20:11 bernhardfritz