UNPKG

vexflow

Version:

A JavaScript library for rendering music notation and guitar tablature.

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