resources/assets/js/visualizers/plane-mesh/index.ts

Summary

Maintainability
A
3 hrs
Test Coverage

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

export const init = (container: HTMLElement) => {
  const uniforms = {
    u_time: {
      type: 'f',
      value: 2.0
Severity: Major
Found in resources/assets/js/visualizers/plane-mesh/index.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status