ReCreateJS/txtjs

View on GitHub
examples/PathText/circle_last_char.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

export default function init() {
  const canvas = createHiDPICanvas(480, 480, 2);
  document.body.appendChild(canvas);
  const stage = new createjs.Stage(canvas);
  stage.x = 50;
Severity: Minor
Found in examples/PathText/circle_last_char.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status