Create types.d.ts for camera type definition

This commit is contained in:
ICheered
2023-08-05 15:19:17 +02:00
parent 824145449a
commit 3fcfeb9b99
3 changed files with 27 additions and 56 deletions

View File

@@ -4,7 +4,7 @@
"description": "WebAssembly implementation of gphoto2 and libusb to control DSLR cameras over USB on the Web",
"type": "module",
"main": "src/camera.js",
"types": "src/libapi.mjs.d.ts",
"types": "src/types.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},