UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

3 lines (2 loc) 162 B
import type { ReactElement } from "react"; export declare const drawAsImage: (element: ReactElement, width: number, height: number) => import("../skia").SkImage;