Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 338 Bytes

File metadata and controls

13 lines (9 loc) · 338 Bytes

react-native-skia-offscreencanvas

The browser-like OffscreenCanvas API using @shopify/react-native-skia for React Native.

Usage

// Import the polyfill
import 'react-native-skia-offscreencanvas/polyfill';

// or Just import the OffscreenCanvas class
import { OffscreenCanvas } from 'react-native-skia-offscreencanvas';