Instead of an image-encoding string, we require the image to be base64 encoded already.
This allows uploading of local files using filebase64("myfilepath.png").
It further simplifies the module since we don't have to test weather it contains data or not.
This PR is created for further discussion.
Instead of an image-encoding string, we require the image to be base64 encoded already. This allows uploading of local files using
filebase64("myfilepath.png")
. It further simplifies the module since we don't have to test weather it contains data or not.Signed-off-by: GRBurst GRBurst@protonmail.com