UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

14 lines (11 loc) 268 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 = exports.Skia = SkiaApi; //# sourceMappingURL=Skia.js.map