Please note that in order to have actual Mario sprites and have a fully working game, you would need the actual sprite sheet and implement the game logic accordingly. The code provided above is just a template that loads an image and draws it on a canvas. You would need to add the necessary game logic, controls, collision detection, etc. to make it a playable game.