iyegoroff / react-native-image-filter-kit

Various image filters for iOS & Android
MIT License
317 stars 42 forks source link

Apply filters without component wrapping? #145

Open mad-wizard opened 1 year ago

mad-wizard commented 1 year ago

Hi there,

From what I understand, it is not possible to use this in a manner that is headless.

How do we apply the filters on an image that is not an image component wrapped in on of the filters??

iyegoroff commented 1 year ago

Hi. It is not possible, you can only wrap image components with filter components.