Create index.ts

This commit is contained in:
Marc Rousavy 2021-02-19 16:14:11 +01:00
parent 6ee0ce9cff
commit 7d4cbd8c67

12
src/index.ts Normal file
View File

@ -0,0 +1,12 @@
export * from './Camera';
export * from './CameraCodec';
export * from './CameraDevice';
export * from './CameraError';
export * from './CameraPosition';
export * from './CameraPreset';
export * from './Code';
export * from './PhotoFile';
export * from './Point';
export * from './Snapshot';
export * from './TemporaryFile';
export * from './VideoFile';