vexflow
Version:
A JavaScript library for rendering music notation and guitar tablature.
12 lines (9 loc) • 298 B
text/typescript
// [VexFlow](https://vexflow.com) - Copyright (c) Mohit Muthanna 2010.
// MIT License
import { CommonMetrics } from '../src/fonts/common_metrics';
import { CustomFont } from '../src/fonts/custom_glyphs';
export const Font = {
data: CustomFont,
metrics: CommonMetrics,
};
export default Font;