Continue converting to typescript
Repository details (uvcc)
- Project page
- uvcc
- Project category
- uvcc (165 entries)
- Repository
-
@joelpurra/uvcc
- Owner
-
@joelpurra
- Issues
-
@joelpurra/uvcc/issues
- Contributors
-
@joelpurra/uvcc/graphs/contributors
Commit details (672f3bcd)
- Author
- Joel Purra
- Authored at
- Commiter
- Joel Purra
- Commited at
Commit message
Continue converting to typescript
Changed files (16)
-
package-lock.json
+6, -0 -
package.json
+1, -0 -
src/camera-control-helper-factory.ts
+12, -10 -
src/camera-control-helper.ts
+77, -65 -
src/camera-factory.ts
+14, -9 -
src/camera-helper-factory.ts
+14, -13 -
src/camera-helper.ts
+46, -36 -
src/command-handlers.ts
+50, -42 -
src/command-manager.ts
+73, -45 -
src/index.ts
+23, -18 -
src/output.ts
+19, -21 -
src/runtime-configurator.ts
+78, -19 -
src/types/uvc-control.d.ts
+78, -0 -
src/uvc-device-lister.ts
+15, -7 -
src/wrapped-error.ts
+34, -0 -
tsconfig.json
+3, -2