UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

11 lines (10 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.contextIdToId = contextIdToId; // Only used on the web function contextIdToId(contextId) { return "rnwgpu-canvas-" + contextId; } //# sourceMappingURL=utils.js.map