publiclab/image-sequencer

View on GitHub
src/modules/DecodeQr/Module.js

Summary

Maintainability
A
1 hr
Test Coverage

Function DoNothing has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function DoNothing(options, UI) {

  var output;
  var jsQR = require('jsqr');
  var getPixels = require('get-pixels');
Severity: Minor
Found in src/modules/DecodeQr/Module.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status