resources/assets/js/visualizers/waveform/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const init = (container: HTMLElement) => {
  const sceneInit = new SceneInit(container)

  const analyser = audioService.analyzer
  analyser.fftSize = 512
Severity: Minor
Found in resources/assets/js/visualizers/waveform/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status