Update Guide
The latest patch notes can be found here.
To update all the @motion-canvas
packages to the latest version use the
following:
npm update --save @motion-canvas/2d @motion-canvas/core @motion-canvas/ui @motion-canvas/vite-plugin
Troubleshooting
If you get any errors, try removing package-lock.json
and the node_modules
folder, then run npm install
again.