UNPKG

vexflow

Version:

A JavaScript library for rendering music notation and guitar tablature.

12 lines (9 loc) 298 B
// [VexFlow](https://vexflow.com) - Copyright (c) Mohit Muthanna 2010. // MIT License import { LelandFont } from '../src/fonts/leland_glyphs'; import { LelandMetrics } from '../src/fonts/leland_metrics'; export const Font = { data: LelandFont, metrics: LelandMetrics, }; export default Font;