Stickers
Giphy
Video Editor SDK has built in integration with Giphy service for loading stickers.
Any sticker effect is a GIF file.
To use stickers in your project you need to request personal Giphy API key.
Override instance of GifPickerConfigurations
and set GIPHY API key to giphyApiKey
in VideoEditorModule.
factory<GifPickerConfigurations> {
GifPickerConfigurations(
+ giphyApiKey = ....
)
}
Stickers will appear in the container on editor screen once giphyApiKey
is set.