Hacker News new | ask | show | jobs
by eksrow 3085 days ago
I remember making something like this myself for a project involving video editor with a "premiere-pro" looking timeline in canvas. At the time I remember looking at other projects like this one but they would have jquery dependencies or a weird api. This one looks nice and would have saved time probably.
1 comments

I'm building an editor like this right now. I'm wondering where you see the benefit of using a canvas for the timeline rather than html elements?

Would you be able to share any details?