Export to lightweight embed? #976
-
Hey there! I was curious if anyone has taken a crack at writing an export method that outputs a lightweight embed that could be used to include motion canvas animations in blog posts. This isn’t the perfect example because it’s interactive, but uses p5.js- would be pretty cool to be able to do a similar format (but non interactive) with motion canvas. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's possible to bundle the animation source code and run it on a website using our Alternatively, there's an open issue for a Lottie exporter in our other repo: https://github.com/motion-canvas/exporters/issues/5 |
Beta Was this translation helpful? Give feedback.
It's possible to bundle the animation source code and run it on a website using our
motion-canvas-player
custom element.Alternatively, there's an open issue for a Lottie exporter in our other repo: https://github.com/motion-canvas/exporters/issues/5