Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface SkRuntimeEffectFactory
import { type SkRuntimeEffectFactory } from "https://deno.land/x/canvaseno@v1.0.2/types.ts";

See SkRuntimeEffect.h for more details.

Methods

Make(sksl: string): SkRuntimeEffect | null

Compiles a SkRuntimeEffect from the given shader code.