Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AudioNode

import type { AudioNode } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/mod.ts";

音声埋め込み

interface AudioNode {
content: string;
href: AudioURL;
raw: string;
type: "audio";
}

§Properties

§
content: string
[src]
§
href: AudioURL
[src]
§
raw: string
[src]
§
type: "audio"
[src]