resources/assets/js/visualizers/waveform/lib/SceneInit.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  constructor (container: HTMLElement, fov = 36) {
    this.container = container
    this.fov = fov

    this.camera = new THREE.PerspectiveCamera(
Severity: Minor
Found in resources/assets/js/visualizers/waveform/lib/SceneInit.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status