UNPKG

opensheetmusicdisplay

Version:

An open source JavaScript engine for displaying MusicXML based on VexFlow.

8 lines (7 loc) 229 B
export interface ISqueezable { /** * Squeezes the wedge by the given amount. * @param value Squeeze amount. Positive values squeeze from the left, negative from the right */ squeeze(value: number): void; }