bemusic/bemuse

View on GitHub
bemuse/src/devtools/playgrounds/font.js

Summary

Maintainability
A
1 hr
Test Coverage

Function main has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function main() {
  const renderer = PIXI.autoDetectRenderer(640, 480)
  const stage = new PIXI.Stage(0x8b8685)
  const loader = new PIXI.loaders.Loader()
  const urls = [
Severity: Minor
Found in bemuse/src/devtools/playgrounds/font.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status