ultrawidify/src/ext/lib/video-data/CssManager.ts
2023-07-10 18:27:06 +02:00

11 lines
146 B
TypeScript

export class CssManager {
videoElement: HTMLElement;
playerElement: HTMLElement;
private classesApplied: boolean;
applyScaling() {}
}