I'd like to use OffscreenCanvas in a typescript project, but I have no idea how to do this. When I try:
let offscreen = new OffscreenCanvas(256, 256);
my ide says "Cannot find name OffscreenCanvas".
Any hints ?
You can install @types/offscreencanvas
to your project.
Yarn
yarn add @types/offscreencanvas
npm
npm i @types/offscreencanvas
Now enjoy it!
For more https://www.npmjs.com/package/@types/offscreencanvas
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With