Stickers
Giphy
Video Editor SDK has built in integration with Giphy service for loading stickers. GIPHY
doesn't charge for their content. The one thing they do require is attribution. Also, there is no commercial aspect to the current version of the product (no advertisements, etc.).
Any sticker effect is a GIF file.
To use stickers in your project you need to request personal Giphy API key.
Set your personal Giphy Api Key into the giphyAPIKey
parameter of the GifPickerConfiguration
entity in the VideoEditorModule:
var config = VideoEditorConfig()
config.gifPickerConfiguration.giphyAPIKey = "YOUR GIPHY KEY"
Stickers will appear in the container on editor screen once giphyAPIKey
is set. The placeholder of the search bar is specified by the com.banuba.searchGif.placeholder
key in the Localizable.strings
file.