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

Methods

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