-
I'm trying to use Offscreen API to add this filter. <DisplacementMap
channelX={displacementChannelX}
channelY={displacementChannelY}
scale={displacementScale}
>
<Turbulence
freqX={displacementFreqX}
freqY={displacementFreqY}
octaves={displacementOctaves}
seed={displacementSeed}
/>
</DisplacementMap> but, I can't find Thank you for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
raminious
Feb 11, 2024
Replies: 1 comment 2 replies
-
You can now use these components in the offscreen API as well: https://shopify.github.io/react-native-skia/docs/animations/textures |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found it!
Skia.Shader.MakeTurbulence()