We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932c3de commit db8cc2eCopy full SHA for db8cc2e
frontend/src/components/editor/WaveformTab.tsx
@@ -8,7 +8,7 @@
8
9
import { useEffect, useRef, useState } from 'react'
10
import WaveSurfer from 'wavesurfer.js'
11
-import RegionsPlugin from 'wavesurfer.js/plugins/regions'
+import RegionsPlugin from 'wavesurfer.js/dist/plugins/regions.js'
12
import { Loader2, Play, Pause } from 'lucide-react'
13
import { useSubtitleParse } from '@/hooks/useApi'
14
import { extractWaveform } from '@/api/client'
0 commit comments