UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

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