src/imageDims.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export const getDims = (imageUrls, callback) => {
  const totalLinks = imageUrls.length;
  if (totalLinks === 0) {
    setTimeout(() => callback([]), 0);
  } else {
Severity: Minor
Found in src/imageDims.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status