ReCreateJS/txtjs

View on GitHub
examples/Graphics/pathGraphics.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

export default function init() {
  const canvas = createHiDPICanvas(1080, 420, 1);
  document.body.appendChild(canvas);
  const stage = new createjs.Stage(canvas);

Severity: Minor
Found in examples/Graphics/pathGraphics.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status