Remove <require>s from PTL
This commit is contained in:
parent
1830687a99
commit
fa70a3ff62
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
"use strict";
|
||||
|
||||
const EmptyFont = require("./empty-font");
|
||||
const buildGlyphs = require("../glyphs/index");
|
||||
const { buildGlyphs } = require("../glyphs/index");
|
||||
const finalizeFont = require("./finalize/index");
|
||||
const convertOtd = require("./otd-conv/index");
|
||||
const Caching = require("./caching/index");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue