Intento descargar la imagen creada por mi configuración, pero no se descargará. Cuando intento guardar la imagen a través del navegador, también funcionará
Este es mi Código 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 });