UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

12 lines (9 loc) 220 B
/*global SkiaApi*/ import type { Skia as SkSkiaApi } from "./types"; /** * Declares the SkiaApi as an available object in the global scope */ declare global { var SkiaApi: SkSkiaApi; } export const Skia = SkiaApi;