We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6a5c0 commit bd5c231Copy full SHA for bd5c231
src/plugins/minimap.ts
@@ -8,7 +8,7 @@ import WaveSurfer, { type WaveSurferOptions } from '../wavesurfer.js'
8
export type MinimapPluginOptions = {
9
overlayColor?: string
10
insertPosition?: InsertPosition
11
-} & WaveSurferOptions
+} & Partial<WaveSurferOptions>
12
13
const defaultOptions = {
14
height: 50,
0 commit comments