This is an app for playing with my daughter 🙂
* Due to file extension limit, I have uploaded my app to my Github repo:
https://github.com/mofumofu-dance/PowerApps365/blob/master/Samples/PaintingApp.zip
User can change background image and paint it with PenInput control.
Through Power Automate, 2 images will be combined and saved on your OneDrive folder.
Preparation
Before you test this app, please test flow in Power Automate.
You may see, flow will fail first time, since source file of Convert file action does not exist.
After your first test, source file will be created, please update Convert file action (fix file location)
Limitation
Background image is upto 100KB (This may be caused by HTML embed image)
Width/Height of Background image control is same with actual image size (OneDrive convert file action seems not support some CSS)
I hope you will modify this app and play with kids 🙂
BIG Thanks!
Hiro
Nice! I like the idea of overlapping the images in HTML and then convert it to JPG. Well done!