import/export cleanup
This commit is contained in:
parent
ead4159c55
commit
82913e9d7a
48 changed files with 195 additions and 234 deletions
|
@ -1,11 +1,11 @@
|
|||
"use strict";
|
||||
|
||||
const Transform = require("../geometry/transform");
|
||||
const Point = require("../geometry/point");
|
||||
const Anchor = require("../geometry/anchor");
|
||||
const { Transform } = require("../geometry/transform");
|
||||
const { Point } = require("../geometry/point");
|
||||
const { Anchor } = require("../geometry/anchor");
|
||||
const Geom = require("../geometry");
|
||||
|
||||
module.exports = class Glyph {
|
||||
exports.Glyph = class Glyph {
|
||||
constructor(_identifier) {
|
||||
this._m_identifier = _identifier;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue