We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba70ff7 commit b24df4eCopy full SHA for b24df4e
README.md
@@ -30,3 +30,7 @@ async function main() {
30
31
main()
32
```
33
+
34
+## License
35
36
+MIT
package.json
@@ -17,6 +17,9 @@
17
"cb": "yarn clean && yarn build",
18
"prepublishOnly": "yarn lint && yarn test && yarn build"
19
},
20
+ "engines": {
21
+ "node": ">=12"
22
+ },
23
"devDependencies": {
24
"@types/jest": "^26.0.23",
25
"@types/node": "^15.12.4",
@@ -55,6 +58,16 @@
55
58
"bugs": {
56
59
"url": "https://github.com/coderosh/image-size/issues"
57
60
61
+ "keywords": [
62
+ "image-size",
63
+ "img size",
64
+ "dimensions",
65
+ "height",
66
+ "width",
67
+ "size",
68
+ "image",
69
+ "cross image size"
70
+ ],
71
"repository": {
72
"type": "git",
73
"url": "git+https://github.com/coderosh/image-size.git"
0 commit comments