publiclab/image-sequencer

View on GitHub
src/modules/_nomodule/node-gifshot.js

Summary

Maintainability
A
1 hr
Test Coverage

Function nodejsGIFShot has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function nodejsGIFShot(options, cb) {
  const puppeteer = eval('require')('puppeteer');
  puppeteer.launch(
    {
      headless: true,
Severity: Minor
Found in src/modules/_nomodule/node-gifshot.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status