thebespokepixel/sgr-composer

View on GitHub
src/index.js

Summary

Maintainability
A
0 mins
Test Coverage

Function parseColor has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

function parseColor(color_, depth_, bg_) {
    if (['reset', 'normal'].includes(color_)) {
        return _SGRparts.reset
    }

Severity: Minor
Found in src/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status