I'm currently using any
, however my linter is alerting me about passing an image.
const canvasControl = (image: any) => {
console.log(image)
};
When I check the console, it shows:
<img src="blob:http://localhost:3000/25d85923-afc9-4a57-839c-539bf1a22c60">