first commit

This commit is contained in:
2025-12-22 12:20:15 +08:00
commit d77a09bdaa
1027 changed files with 54150 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Font = void 0;
var svg_js_1 = require("../svg.js");
exports.Font = {
fontName: 'mathjax-fira',
DefaultFont: svg_js_1.MathJaxFiraFont
};
//# sourceMappingURL=default.js.map