PESDK/React Native/Guides/Stickers
Background Removal for Stickers on React Native
✨Introduced in PhotoEditor SDK v2.15.0
The remove background
action is available for any (non-animated) personal and external stickers or pictures, where a face or human body is detected. It is enabled by default and it can be disabled by removing StickerAction.REMOVE_BACKGROUND
from configuration.sticker.actions
.
Compatibility#
Sticker background removal for iOS is only supported on devices running iOS 15+. For Android, there are no specific restrictions other than the default SDK requirements.
WARNING: The background removal sticker action does not work properly on the iOS simulator. To see the background properly removed please use this action on a physical device.