Skip to content

1.2.2

Compare
Choose a tag to compare
@bjtitus bjtitus released this 22 Feb 17:16
· 294 commits to main since this release
0bdd05a
  • 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.