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 { CustomFont } from './custom_glyphs.js'; export function loadCustom() { Font.load('Custom', CustomFont, CommonMetrics); }