UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

4 lines (3 loc) 176 B
import type { Command } from "./Core"; import type { DrawingContext } from "./DrawingContext"; export declare const replay: (ctx: DrawingContext, commands: Command[]) => void;