ultrawidify/src/ext/lib/video-data/CssManager.ts

11 lines
146 B
TypeScript
Raw Normal View History

2023-07-10 18:27:06 +02:00
export class CssManager {
videoElement: HTMLElement;
playerElement: HTMLElement;
private classesApplied: boolean;
applyScaling() {}
}