Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Nov 2, 2024
1 parent f94349a commit 8ebd341
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/transform/plugins/video/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ export type VideoToken = Token & {
videoID: string;
};

/*
[VideoService.YouTube]: {width: number; height: number};
[VideoService.Vimeo]: {width: number; height: number};
[VideoService.Vine]: {width: number; height: number; embed: 'simple' | string};
[VideoService.Prezi]: {width: number; height: number};
[VideoService.Osf]: {width: string; height: string};
[VideoService.Yandex]: {width: number; height: number};
[VideoService.Vk]: {width: number; height: number};
*/

export type VideoServicesOptions = {
[service in VideoService]: {
width: number | string;
Expand Down

0 comments on commit 8ebd341

Please sign in to comment.