ReCreateJS/txtjs

View on GitHub
examples/CharacterText/autosize_reduce_layout.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

export default function init() {
  const canvas = createHiDPICanvas(210, 550, 2);
  document.body.appendChild(canvas);
  const stage = new createjs.Stage(canvas);
  stage.scaleX = stage.scaleY = 4;
Severity: Minor
Found in examples/CharacterText/autosize_reduce_layout.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status