I am aware Google Sheets has a built-in drawing tool but it doesnt quite fit the bill. I've seen several other posting related to HTML5 calling some canvas function like this one:
Draw on HTML5 Canvas using a mouse
But I am not sure that applies either because I imagine that would just some sort of side panel to scribble on but you can't do anything with the drawing. I'd like to be able to load the canvas by clicking on a form or button and then whatever is drawn can be saved or loaded in a cell or table. The built-in drawing app doesnt let you really control the size of your canvas and it takes too many steps to get it done. This possible?