ReCreateJS/txtjs

View on GitHub
examples/CharacterText/child_events.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

export default function init() {
  const canvas = createHiDPICanvas(300, 200, 2);
  document.body.appendChild(canvas);

  const output = document.createElement("p");
Severity: Minor
Found in examples/CharacterText/child_events.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status