UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

10 lines (9 loc) 344 B
import type { Surface, TextureSource, Image } from "canvaskit-wasm"; import { CanvasKitWebGLBuffer } from "../types"; export declare class CanvasKitWebGLBufferImpl extends CanvasKitWebGLBuffer { surface: Surface; private source; image: Image | null; constructor(surface: Surface, source: TextureSource); toImage(): Image; }