mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-11 14:08:42 +00:00
Export ES6 module in fontMetricsData.js (#1072)
* Export ES6 module in fontMetricsData.js Use ES6 modules export(`export default`) * Generate fontMetricsData.js Export ES6 module in fontMetricsData.js(2382c66)
This commit is contained in:
committed by
Kevin Barabash
parent
2a2742453b
commit
732f2a84cc
@@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
export default {
|
||||
"AMS-Regular": {
|
||||
"65": [0, 0.68889, 0, 0, 0.72222],
|
||||
"66": [0, 0.68889, 0, 0, 0.66667],
|
||||
|
Reference in New Issue
Block a user