UNPKG

vexflow

Version:

A JavaScript library for rendering music notation and guitar tablature.

11 lines (8 loc) 315 B
// [VexFlow](https://vexflow.com) - Copyright (c) Mohit Muthanna 2010. // MIT License import { Font } from '../font'; import { PetalumaFont } from './petaluma_glyphs'; import { PetalumaMetrics } from './petaluma_metrics'; export function loadPetaluma() { Font.load('Petaluma', PetalumaFont, PetalumaMetrics); }