resources/assets/js/visualizers/waveform/index.ts
Function init
has 39 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const init = (container: HTMLElement) => {
const sceneInit = new SceneInit(container)
const analyser = audioService.analyzer
analyser.fftSize = 512