UNPKG

@blocknote/core

Version:

A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.

6 lines (4 loc) 138 B
export const parseAudioElement = (audioElement: HTMLAudioElement) => { const url = audioElement.src || undefined; return { url }; };