theatre-js / theatre

Motion design editor for the web
https://www.theatrejs.com
Apache License 2.0
10.82k stars 338 forks source link

Is this UI interface created using React? What should I do if I want to customize the use of Vue development on top of that #484

Closed WREQI closed 1 month ago

WREQI commented 1 month ago

Is this UI interface created using React? What should I do if I want to customize the use of Vue development on top of that image

AriaMinaei commented 1 month ago

Yup, the UI is made in React.

You can't change the core UI components (like the sequence editor) with Vue. You'll need to do that in React.

But, you can add toolbars and new panels and write them in Vue. This tutorial should get you started.