UNPKG

vexflow

Version:

A JavaScript library for rendering music notation and guitar tablature.

7 lines (6 loc) 227 B
import { Font } from '../font.js'; import { BravuraFont } from './bravura_glyphs.js'; import { CommonMetrics } from './common_metrics.js'; export function loadBravura() { Font.load('Bravura', BravuraFont, CommonMetrics); }