I have created an image element by using:
const image = document.createElement(\'image\'); // or new Image();
How can I render this ima
ima