kanvas-ios
kanvas-ios copied to clipboard
Kanvas: a creation tool for iOS
Currently the GIF maker converts the entire video to a GIF, even though we only export max-3 seconds. While this works for shorter videos, long videos can take very long...
Currently, if someone denies Photo Library access, we'll just don't save media to their Photo Library, but we will still call `didCreateMedia` to allow the host to use the media....
Right now we block the camera from being used until you grant microphone and camera access. Instead, we could just require one of them, and respond accordingly: - Just microphone...
Currently all media is exported as its original resolution. While that works great most of the time, someone might want to zoom in on a landscape photo and just use...
Allow Kanvas to support the landscape device-orientation, so landscape media would fit better on the screen, and the camera would shoot landscape-oriented media. Also, if we can adjust to a...
Support GIF stickers. For photos, the photo will be converted to a video of a set duration, and the sticker will loop over that. For GIFs or videos, the sticker...
A user can create a sticker by tapping a button in the sticker drawer, which will open a new instance of the Camera, allowing them to either capture media or...
Right now Stitch mode just let's you use the camera. Let's enable the media picker for Stitch mode. The final media should be the resolution of the first image, and...
Right now, you have to drag each clip you've captured in Stitch mode to the trash to switch to another camera mode. There should be a way to switch modes...