gitextract_4xzvlv5j/ ├── .gitattributes ├── .github/ │ └── workflows/ │ └── node.yml ├── .gitignore ├── LICENSE ├── README.md ├── bench.js ├── bin/ │ └── pixelmatch ├── eslint.config.js ├── index.js ├── package.json ├── test/ │ └── test.js └── tsconfig.json