UNPKG

js-base64-file

Version:

load fetch convert and save local and remote files and images to base64 in js

43 lines (42 loc) 1.02 kB
{ "name": "js-base64-file", "version": "2.0.3", "description": "load fetch convert and save local and remote files and images to base64 in js", "exports": "./index.js", "type": "module", "scripts": { "test": "npm i && c8 -r lcov -r html node ./test/CI.js && c8 report" }, "directories": { "example": "example", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/RIAEvangelist/js-base64-img.git" }, "keywords": [ "base64", "file", "local", "fetch", "remote", "image", "dataURI" ], "author": "Brandon Nozaki Miller", "license": "MIT", "bugs": { "url": "https://github.com/RIAEvangelist/js-base64-img/issues" }, "homepage": "https://github.com/RIAEvangelist/js-base64-img#readme", "dependencies": { "fetch": "^1.1.0", "node-fetch": "^2.6.1", "strong-type": "^0.1.6" }, "devDependencies": { "c8": "^7.6.0", "vanilla-test": "^1.4.5" } }