Skip to main content
Module

x/canvas/mod.ts>SoundMap

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

Mapping of sound names (strings) to AudioPlayers

Methods

getPlayer(key: string): AudioPlayer

Returns AudioPlayer for a certain audio layer