FezVrasta/popper.js

View on GitHub
website/b64.js

Summary

Maintainability
A
1 hr
Test Coverage

Function generateBase64Images has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function generateBase64Images() {
  try {
    const files = await fs.readdir(publicPath);
    const imageFiles = files.filter((file) => {
      const extension = path.extname(file).toLowerCase();
Severity: Minor
Found in website/b64.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status