i need help with image.i put the image in the canvas and it's not working.
setInterval(function(){
game();
}, 1000/30);
#start{
background-color:#33ff00;
}
<html>
<head>
<title>beta</title>
<link href="chip.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<canvas height="938" width="1890" id="start"><img src="chio.jpg"/></canvas>
<script src="beta.js"</script>
</body>
</html>
i'm lost at this point.