Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/cueshit/conversion.ts>parseCueSheet

Convert between different cue sheet / chapter / tracklist formats
Latest
function parseCueSheet
import { parseCueSheet } from "https://deno.land/x/cueshit@v0.7.0/conversion.ts";

Parses a cue sheet with the given format.

Parameters

content: string

Serialized content of the cue sheet.

formatId: CueFormatId

ID of the input format.

Returns

CueSheet | undefined

Parsed cue sheet or undefined if the given format has no parser.