Organize support files and simplify imports
This commit is contained in:
parent
70f41352c1
commit
ef203af85a
178 changed files with 61 additions and 269 deletions
|
@ -1,10 +1,10 @@
|
|||
"use strict";
|
||||
|
||||
const TypoGeom = require("typo-geom");
|
||||
const Geom = require("../../support/geometry");
|
||||
const Point = require("../../support/point");
|
||||
const Transform = require("../../support/transform");
|
||||
const CurveUtil = require("../../support/curve-util");
|
||||
const Geom = require("../../support/geometry/index");
|
||||
const Point = require("../../support/geometry/point");
|
||||
const Transform = require("../../support/geometry/transform");
|
||||
const CurveUtil = require("../../support/geometry/curve-util");
|
||||
|
||||
module.exports = finalizeGlyphs;
|
||||
function finalizeGlyphs(cache, para, glyphStore) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue