UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

15 lines (12 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Skia = void 0; /*global SkiaApi*/ /** * Declares the SkiaApi as an available object in the global scope */ const Skia = SkiaApi; exports.Skia = Skia; //# sourceMappingURL=Skia.js.map