@shopify/react-native-skia
Version:
High-performance React Native Graphics using Skia
5 lines (4 loc) • 384 B
TypeScript
import type { PaintProps } from "../../../dom/types";
import type { Skia } from "../../../skia/types";
import type { DrawingContext } from "../DrawingContext";
export declare const setPaintProperties: (Skia: Skia, ctx: DrawingContext, { opacity, color, blendMode, strokeWidth, style, strokeJoin, strokeCap, strokeMiter, antiAlias, dither, }: PaintProps, standalone: boolean) => void;