iddan / react-native-canvas

A Canvas component for React Native
MIT License
981 stars 172 forks source link

Virtual/In-Memory Canvas #321

Closed McMelonTV closed 2 months ago

McMelonTV commented 10 months ago

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?

iddan commented 2 months ago

Currently you have to render it to the DOM.