publiclab/image-sequencer

View on GitHub
src/modules/_nomodule/gl-context.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = function runInBrowserContext(input, callback, step, options) {

  // to ignore this from getting browserified
  const puppeteer = eval('require')('puppeteer');

Severity: Minor
Found in src/modules/_nomodule/gl-context.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status