UNPKG

vexflow

Version:

A JavaScript library for rendering music notation and guitar tablature.

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