An open API service indexing awesome lists of open source software.

https://github.com/mybigday/react-native-skia-offscreencanvas

The browser-like OffscreenCanvas API for React Native.
https://github.com/mybigday/react-native-skia-offscreencanvas

Last synced: 3 months ago
JSON representation

The browser-like OffscreenCanvas API for React Native.

Awesome Lists containing this project

README

        

# react-native-skia-offscreencanvas

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

## Usage

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

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