UNPKG

vexflow

Version:

A JavaScript library for rendering music notation and guitar tablature.

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