Looking for ways via javascript to get create an image based on a certain height and width and then get base64 for that image. i.e. 400px height and 200px width.
I.e. I just need to create dummy image based on certain container size. So I would not have a "src" for the image it can literally be a blank image.
If that's possible then also get the base64 for this image.
Any ideas if thats doable?