UNPKG

@rossbob/image-to-base64

Version:
39 lines (38 loc) 869 B
{ "name": "@rossbob/image-to-base64", "version": "3.0.1", "description": "Image file or image url to base64", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest --coverage" }, "keywords": [ "Image", "file", "base64" ], "author": "HALLAERT Nicolas", "license": "MIT", "devDependencies": { "@types/jest": "^27.0.3", "jest": "^27.4.4", "ts-jest": "^27.1.1", "typescript": "^4.5.3" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/Rossb0b/imageToBase64.git" }, "bugs": { "url": "https://github.com/Rossb0b/imageToBase64/issues" }, "homepage": "https://github.com/Rossb0b/imageToBase64#readme", "dependencies": { "node-fetch": "^2.6.1" } }