ecplayer 1.1.1 → 1.1.3

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
@@ -71,7 +71,7 @@ export declare interface VideoPlayerProps {
71
71
  };
72
72
  }
73
73
 
74
- export declare function VisualizePlayer({ audio, name, author, theme, volume: vol, thumbnail, controls, mode, bands: _bands, transparent, autoPlay, equalizer, dolby8d }: VisualizePlayerProps): JSX_2.Element;
74
+ export declare function VisualizePlayer({ audio, name, author, theme, volume: vol, thumbnail, controls, mode, bands: _bands, transparent, autoPlay, equalizer, spatialEngine }: VisualizePlayerProps): JSX_2.Element;
75
75
 
76
76
  export declare interface VisualizePlayerProps {
77
77
  audio?: string;
@@ -90,9 +90,9 @@ export declare interface VisualizePlayerProps {
90
90
  trackName?: boolean;
91
91
  equalizer?: boolean;
92
92
  speed?: boolean;
93
- dolby8d?: boolean;
93
+ spatialEngine?: boolean;
94
94
  };
95
- dolby8d?: null | {
95
+ spatialEngine?: null | {
96
96
  enable: boolean;
97
97
  spatial?: {
98
98
  rate?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecplayer",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Professional audio and video players with advanced visualization, customizable themes, and seamless responsive design",
5
5
  "license": "MIT",
6
6
  "author": "K.Prabhasha",