UNPKG

vexflow

Version:

A JavaScript library for rendering music notation and guitar tablature.

7 lines (6 loc) 222 B
import { Font } from '../font.js'; import { CommonMetrics } from './common_metrics.js'; import { LelandFont } from './leland_glyphs.js'; export function loadLeland() { Font.load('Leland', LelandFont, CommonMetrics); }