From df2fc3f11e3b474144db5062620c9f65ca857203 Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 28 Dec 2023 13:39:23 -0500 Subject: fixed youtube uploads, cleaned up a bunch of imports and added some typings files. --- src/client/views/nodes/audio/AudioWaveform.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/views/nodes/audio/AudioWaveform.tsx') diff --git a/src/client/views/nodes/audio/AudioWaveform.tsx b/src/client/views/nodes/audio/AudioWaveform.tsx index 01392c4a5..c034d95ea 100644 --- a/src/client/views/nodes/audio/AudioWaveform.tsx +++ b/src/client/views/nodes/audio/AudioWaveform.tsx @@ -16,7 +16,6 @@ import { ObservableReactComponent } from '../../ObservableReactComponent'; * AudioWaveform * * Used in CollectionStackedTimeline to render a canvas with a visual of an audio waveform for AudioBox and VideoBox documents. - * Uses react-audio-waveform package. * Bins the audio data into audioBuckets which are passed to package to render the lines. * Calculates new buckets each time a new zoom factor or new set of trim bounds is created and stores it in a field on the layout doc with a title indicating the bounds and zoom for that list (see audioBucketField) */ -- cgit v1.2.3-70-g09d2