Hello all,
I continue in the process of creating an app with playcanvas typescript. I used to work with the playcanvas tweenjs versión.
Do you know how can I continue using it with typescript? how to integrate it?
I tried to migrate to “@tweenjs/tween.js” but it stopped to function as soon as the app enter VR mode
The PlayCanvas tween library doesn’t have a npm module or TS types release.
You can still use it in your TS project, search online on how to add a plain JavaScript library to it. You can then link the following file and use it by bypassing any TS type error: