ReCreateJS/txtjs

View on GitHub
examples/Text/percharfont.ts

Summary

Maintainability
B
4 hrs
Test Coverage

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

export default function init() {
  const canvas = createHiDPICanvas(450, 500, 2);
  document.body.appendChild(canvas);
  const stage = new createjs.Stage(canvas);

Severity: Major
Found in examples/Text/percharfont.ts - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status