imagemaxsize
Version:
This calculates the maximum possible image size without changing the ratio
25 lines (24 loc) • 576 B
JSON
{
"name": "imagemaxsize",
"version": "0.0.2",
"description": "This calculates the maximum possible image size without changing the ratio",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"resize",
"scale",
"maxSize"
],
"author": "1euro7cent",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/1Euro7Cent/ImageMaxSize.git"
},
"bugs": {
"url": "https://github.com/1Euro7Cent/ImageMaxSize/issues"
},
"homepage": "https://github.com/1Euro7Cent/ImageMaxSize#readme"
}