Bluesky app fork with some witchin' additions 馃挮
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 26f29b47519c76bb7ed3ea9719bb25f4591a38a7 17 lines 292 B view raw
1export interface Dimensions { 2 width: number 3 height: number 4} 5 6export interface PickerOpts { 7 mediaType?: string 8 multiple?: boolean 9 maxFiles?: number 10} 11 12export interface CameraOpts { 13 width: number 14 height: number 15 freeStyleCropEnabled?: boolean 16 cropperCircleOverlay?: boolean 17}