@netless/slide 1.4.13 → 1.4.14-alpha.10

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/lib/Slide.d.ts CHANGED
@@ -255,6 +255,7 @@ export interface ISlideConfig {
255
255
  * default is true
256
256
  */
257
257
  enableTracking?: boolean;
258
+ enableWebAudio?: boolean;
258
259
  }
259
260
  interface MediaState {
260
261
  type: "pause" | "play";