UNPKG

webdaw-modules

Version:

a set of modules for building a web-based DAW

3 lines (2 loc) 121 B
import { Song } from "./createSong"; export declare const createKeyEditorView: (song: Song, tickWidth?: number) => void;