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 { PetalumaFont } from '../src/fonts/petaluma_glyphs'; import { PetalumaMetrics } from '../src/fonts/petaluma_metrics'; export const Font = { data: PetalumaFont, metrics: PetalumaMetrics, }; export default Font;