We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f389302 commit 045c4d2Copy full SHA for 045c4d2
1 file changed
package.json
@@ -3,6 +3,7 @@
3
"version": "1.2.9",
4
"description": "zero-dependency javascript image manipulation",
5
"main": "ImageScript.js",
6
+ "types": "ImageScript.d.ts",
7
"scripts": {
8
"test": "node ./tests/run.js",
9
"coverage": "nyc --reporter=html npm test"
0 commit comments