Skip to content

Commit 2cc11ee

Browse files
committed
chore: re-scrape fixed readme
1 parent ecbfdbc commit 2cc11ee

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

content/plugins/camera.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -214,14 +214,15 @@ This could be used to create thumbnails for quick display within your applicatio
214214

215215
### CameraOptions interface
216216

217-
| Property | Default | Description |
218-
| :---------------- | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ | --- | ---------------------------------------------------------------------------------------------------------------- |
219-
| `width` | `0` | _Optional_: The desired width of the picture (in device independent pixels). The actual image width will be greater than requested if the display density of the device is higher (than 1) (full HD+ resolutions). |
220-
| `height` | `0` | _Optional_: The desired height of the picture (in device independent pixels). The actual image height will be greater than requested if the display density of the device is higher (than 1) (full HD+ resolutions). |
221-
| `keepAspectRatio` | `true` | _Optional_: Defines if camera picture aspect ratio should be kept during picture resizing. The camera will return an image with the correct aspect ratio but generally only one (width or height) will be the same as requested; the other value will be calculated in order to preserve the aspect of the original image. |
222-
| `saveToGallery` | `true` | _Optional_: A boolean parameter that indicates if the original taken photo will be saved in `Photos` for Android and in `Camera Roll` in iOS. |
223-
| `allowsEditing` | `false` | _Optional_: (`iOS-only`)Defines if camera "Retake" or "Use Photo". Screen forces the user to crop camera picture to a square and optionally lets them zoom in. |
224-
| `cameraFacing` | `'rear'` | _Optional_: The initial camera facing. Use `'front'` for selfies. | `modalPresentationStyle` | `0` | _Optional_: (`iOS-only`)Set a custom UIModalPresentationStyle (Defaults to UIModalPresentationStyle.FullScreen). |
217+
| Property | Default | Description |
218+
| :----------------------- | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
219+
| `width` | `0` | _Optional_: The desired width of the picture (in device independent pixels). The actual image width will be greater than requested if the display density of the device is higher (than 1) (full HD+ resolutions). |
220+
| `height` | `0` | _Optional_: The desired height of the picture (in device independent pixels). The actual image height will be greater than requested if the display density of the device is higher (than 1) (full HD+ resolutions). |
221+
| `keepAspectRatio` | `true` | _Optional_: Defines if camera picture aspect ratio should be kept during picture resizing. The camera will return an image with the correct aspect ratio but generally only one (width or height) will be the same as requested; the other value will be calculated in order to preserve the aspect of the original image. |
222+
| `saveToGallery` | `true` | _Optional_: A boolean parameter that indicates if the original taken photo will be saved in `Photos` for Android and in `Camera Roll` in iOS. |
223+
| `allowsEditing` | `false` | _Optional_: (`iOS-only`) Defines if camera "Retake" or "Use Photo". Screen forces the user to crop camera picture to a square and optionally lets them zoom in. |
224+
| `cameraFacing` | `'rear'` | _Optional_: The initial camera facing. Use `'front'` for selfies. |
225+
| `modalPresentationStyle` | `0` | _Optional_: (`iOS-only`) Set a custom UIModalPresentationStyle (Defaults to UIModalPresentationStyle.FullScreen). |
225226

226227
:::tip Note
227228

0 commit comments

Comments
 (0)