UNPKG

url-image-size

Version:

Get URL(ex. s3, cloudfront...) image size

31 lines (30 loc) 778 B
{ "name": "url-image-size", "version": "0.2.0", "description": "Get URL(ex. s3, cloudfront...) image size", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/junehay/url-image-size.git" }, "keywords": ["image-size","url-image-size"], "author": "junehay", "license": "MIT", "bugs": { "url": "https://github.com/junehay/url-image-size/issues" }, "homepage": "https://github.com/junehay/url-image-size#readme", "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.14.1", "@typescript-eslint/parser": "^4.14.1", "eslint": "^7.18.0", "typescript": "^4.1.3" }, "dependencies": { "image-size": "^0.9.3" } }