Skip to main content
Module

x/canvas/mod.ts>ManagedSkottieAnimation

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Go to Latest
interface ManagedSkottieAnimation
implements SkottieAnimation
import { type ManagedSkottieAnimation } from "https://deno.land/x/canvas@v1.0.0/mod.ts";

Methods

setColor(key: string, color: InputColor): void
setOpacity(key: string, opacity: number): void
getMarkers(): object[]
getColorProps(): object[]
getOpacityProps(): object[]