muteButton
Camera Setting to enable a new control for muting videos during playback and export.
- Multiple Media types in
logMediaPickerPickedMedia
for selecting multiple types of media at once:
--- func logMediaPickerPickedMedia(ofType mediaType: KanvasMediaType)
+++ func logMediaPickerPickedMedia(ofTypes mediaTypes: [KanvasMediaType])
confirmAtTop
Camera Setting to enable a state where the confirm button is moved to the top right.
KanvasImages
now has a shared
instance which can be overridden to provide customized nextImage
, confirmImage
and editorConfirmImage
.