daybrush / scena

🎬 Scena is a component that represents the timeline of Scene.js. You can control time, properties, and items.

Home Page:https://daybrush.com/scena

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use Scena with Moveable?

ronny-lark opened this issue · comments

Hello, I hope this is posted in the correct repo.

We found daybrush to be perfect for a feature in our app with the following requirements:

  • Have an image.
  • Draw interactable square annotation on the image.
  • Retrieve the exact annotation coordinates relative to the image.
  • Have the entire thing be zoomable.

I've reviewed the source code for the demo at daybrush.com/moveable, but it's REALLY BIG and I couldn't find the exact place where you handle drawing new squares. If you could point me in the right direction there, that would be awesome.

It would be even more awesome if you could perhaps give a simple rundown of how I can do what I'm looking for to help me save loads of time; there are so many cool options and it's easy to get lost!