UNPKG

vexflow

Version:

A JavaScript library for rendering music notation and guitar tablature.

8 lines (7 loc) 232 B
import { PetalumaFont } from '../src/fonts/petaluma_glyphs.js'; import { PetalumaMetrics } from '../src/fonts/petaluma_metrics.js'; export const Font = { data: PetalumaFont, metrics: PetalumaMetrics, }; export default Font;