Make the Camera object a named export

This commit is contained in:
ICheered
2023-08-05 15:22:29 +02:00
parent 3fcfeb9b99
commit b74d938839

View File

@@ -17,7 +17,7 @@ yarn add web-gphoto2
A short example on how to use this package:
```ts
import Camera from "web-gphoto2";
import { Camera } from "web-gphoto2";
let camera = new Camera();