Virtual/In-Memory Canvas #1975
-
Is there a way to create a virtual (in-memory) canvas like with NodeJS canvas or do I always need to actually render it and have it in the DOM? |
Beta Was this translation helpful? Give feedback.
Answered by
wcandillon
Jan 3, 2024
Replies: 1 comment 1 reply
-
Headless is probably what you are looking for: https://shopify.github.io/react-native-skia/docs/getting-started/headless |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
McMelonTV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Headless is probably what you are looking for: https://shopify.github.io/react-native-skia/docs/getting-started/headless
There are also offscreen rendering available on iOS, Android, and Web