<html lang="ja">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<canvas id="canvas"></canvas>
<script type="text/javascript" src=<html lang="ja">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<canvas id="canvas"></canvas>
<script type="text/javascript">
let canvas =document.getElementById('canvas');
canvas.width =1500;
canvas.height =640;
const ctx =canvas.getContext('2d');
let img =new Image();
img.src ="https://mmm.xtu.jp/wp-content/uploads/2023/05/innu.png";
addEventListener("load",function(){
ctx.drawImage( img,0,0, );
}, false);
/*
ctx.fillRect(0,0,30,30);
ctx.strokeRect(0,0,80,80);
ctx.fillRect(100,0,80,80);
*/
</script>
</body>
</html>></script>
</body>
</html>