Showing 2 of 4 total issues
Function getData
has 220 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
exports.getData = function () {
return {
'normal': function () {
return [
1, 0, 0, 0, 0,
Function ColorMatrix
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var ColorMatrix = function () {
var api = this,
filters = filterData.getData();
/**