Skip to content

Commit

Permalink
Update CameraProps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jul 12, 2024
1 parent 30764da commit dc9595b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/src/types/CameraProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export interface DrawableFrameProcessor {
frameProcessor: (frame: Frame) => void
type: 'drawable-skia'
offscreenTextures: ISharedValue<SkImage[]>
previewOrientation: ISharedValue<Orientation>
}

export interface OnShutterEvent {
Expand Down

0 comments on commit dc9595b

Please sign in to comment.