UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

5 lines (4 loc) 116 B
// Only used on the web export function contextIdToId(contextId: number) { return "rnwgpu-canvas-" + contextId; }