UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

11 lines (10 loc) 811 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.TextAllocate = exports.SymbolAllocate = exports.PathAllocate = exports.LineAllocate = exports.CircleAllocate = exports.AreaAllocate = exports.ArcAllocate = exports.RectAllocate = exports.CanvasAllocate = void 0, exports.CanvasAllocate = Symbol.for("CanvasAllocate"), exports.RectAllocate = Symbol.for("RectAllocate"), exports.ArcAllocate = Symbol.for("ArcAllocate"), exports.AreaAllocate = Symbol.for("AreaAllocate"), exports.CircleAllocate = Symbol.for("CircleAllocate"), exports.LineAllocate = Symbol.for("LineAllocate"), exports.PathAllocate = Symbol.for("PathAllocate"), exports.SymbolAllocate = Symbol.for("SymbolAllocate"), exports.TextAllocate = Symbol.for("TextAllocate"); //# sourceMappingURL=constants.js.map