You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently @rive-app/canvas-advanced & @rive-app/webgl-advanced do not provide type definition.
Would be nice to include these types into the output folder & update the package.json.
Note: the OffscreenCanvas is not supported by Typescript by default anymore (see issue). You can either remove it or add a polyfill to avoid user compiler from breaking.
Thanks.
The text was updated successfully, but these errors were encountered:
@GrandSchtroumpf We just merged support for types! I'd try with @rive-app/canvas-advanced over WebGL for best performance right now and support. And appreciate the tip about OffscreenCanvas, we included a types for that in this latest release 1.0.70!
Currently
@rive-app/canvas-advanced
&@rive-app/webgl-advanced
do not provide type definition.Would be nice to include these types into the output folder & update the package.json.
Note: the OffscreenCanvas is not supported by Typescript by default anymore (see issue). You can either remove it or add a polyfill to avoid user compiler from breaking.
Thanks.
The text was updated successfully, but these errors were encountered: