gitextract_x2zbnkjt/ ├── .editorconfig ├── .github/ │ ├── FUNDING.yml │ ├── dependabot.yml │ └── workflows/ │ └── tests.yml ├── .gitignore ├── .npmrc ├── .travis.yml ├── LICENSE ├── README.md ├── browser.js ├── image-to-base64.js ├── package.json └── test/ └── index.js