Im try to download the image created by my settings but not will be downloaded. When I try to save image trought browser, It will work as well
This is my Code JSfiddle
image_container.addEventListener('load', e => {
ctx.drawImage(image_container, 0, 0, img_width, img_height, 0, 0, img_width, img_height); // img
ctx.drawImage(image_frame, 0, 0, frame_width, frame_height, 0, 0, frame_width, frame_height) // frame });