The browser-like OffscreenCanvas API for React Native.
npm install react-native-skia-offscreencanvasThe browser-like OffscreenCanvas API using @shopify/react-native-skia for React Native.
``js
// Import the polyfill
import 'react-native-skia-offscreencanvas/polyfill';
// or Just import the OffscreenCanvas class
import { OffscreenCanvas } from 'react-native-skia-offscreencanvas';
``