We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f09848 commit 3272870Copy full SHA for 3272870
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