Joel Stenkvist
Results
22
comments of
Joel Stenkvist
Please merge this. I believe this is needed in order to install editly on modern computers
Okay I think I figured it out using `destWidth` and `destHeight`, but man that was painful! ```typescript async add_video(url: string, startTime: number, duration: number) { const dimensions = await this.getVideoDimensions(url);...