Despite trying numerous libraries and Vue.js plugins, I have yet to find one that meets all of my requirements. I am in need of creating a grid of video HTML elements that are draggable and resizable with a consistent aspect ratio of 16:9. Additionally, I am utilizing TypeScript within Vue.js.
The plugins/libraries I have experimented with so far include:
Even plain CSS grids did not fulfill the drag & drop functionality I require for the video elements. Any advice or links that could assist me in achieving this would be greatly appreciated.
This is my first question, by the way. Thank you in advance!