@car-cutter/wc-webplayer 0.3.2 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -75,12 +75,18 @@ export declare type WebPlayerProps = {
75
75
 
76
76
  declare type WebPlayerProps_2 = {
77
77
  compositionUrl: string;
78
+
79
+ // Layout
78
80
  flatten?: boolean;
79
81
  infiniteCarrousel?: boolean;
80
82
  permanentGallery?: boolean;
83
+
84
+ // Images loading
81
85
  imageLoadStrategy?: ImageLoadStrategy_2;
82
86
  minImageWidth?: number;
83
87
  maxImageWidth?: number;
88
+
89
+ // Miscelaneous
84
90
  preventFullScreen?: boolean;
85
91
  eventPrefix?: string;
86
92
  reverse360?: boolean;