We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecffc01 commit 9fa2293Copy full SHA for 9fa2293
src/PanoViewer/PanoViewer.ts
@@ -17,7 +17,7 @@ export interface PanoViewerOptions {
17
image: string | HTMLElement;
18
video: string | HTMLElement;
19
projectionType: ValueOf<typeof PROJECTION_TYPE>;
20
- cubemapConfig: CubemapConfig;
+ cubemapConfig: Partial<CubemapConfig>;
21
stereoFormat: ValueOf<typeof STEREO_FORMAT>;
22
width: number;
23
height: number;
0 commit comments