ynakajima/png2psd

View on GitHub
lib/psd/layer.js

Summary

Maintainability
A
1 hr
Test Coverage

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

Layer.prototype.toBinary = function() {
  var that = this;

  // Layer record
  var numChannel = this.channels.length;
Severity: Minor
Found in lib/psd/layer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status