illustrator.js
Version:
JavaScript image processing library
38 lines (37 loc) • 2.32 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SkImage = exports.SkCanvas = exports.Tools = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./illustrator/Illustrator"), exports);
tslib_1.__exportStar(require("./animation/IllustratorAnimation"), exports);
tslib_1.__exportStar(require("./layer/LayerManager"), exports);
tslib_1.__exportStar(require("./layer/LayerUtils"), exports);
tslib_1.__exportStar(require("./utils/IllustratorCollection"), exports);
tslib_1.__exportStar(require("./layer/Layer"), exports);
tslib_1.__exportStar(require("./utils/ColorUtil"), exports);
exports.Tools = require("./toolbox/exports");
tslib_1.__exportStar(require("./colors/ColorSwatches"), exports);
tslib_1.__exportStar(require("./colors/Colors"), exports);
tslib_1.__exportStar(require("./colors/IllustratorColor"), exports);
tslib_1.__exportStar(require("./image/ImageLoader"), exports);
tslib_1.__exportStar(require("./image/IllustratorImage"), exports);
tslib_1.__exportStar(require("./image/IllustratorImageManager"), exports);
tslib_1.__exportStar(require("./layer/LayerTools"), exports);
exports.SkCanvas = require("@napi-rs/canvas");
exports.SkImage = require("@napi-rs/image");
// export tools individually due to docgen issue
tslib_1.__exportStar(require("./toolbox/image/Image"), exports);
tslib_1.__exportStar(require("./toolbox/base/ToolBox"), exports);
tslib_1.__exportStar(require("./toolbox/base/BaseShapeTool"), exports);
tslib_1.__exportStar(require("./toolbox/color/BackgroundColor"), exports);
tslib_1.__exportStar(require("./toolbox/text/Text"), exports);
tslib_1.__exportStar(require("./toolbox/filters/Filter"), exports);
tslib_1.__exportStar(require("./toolbox/filters/Shadow"), exports);
tslib_1.__exportStar(require("./toolbox/filters/Sharpen"), exports);
tslib_1.__exportStar(require("./toolbox/filters/ConvolutionFilter"), exports);
tslib_1.__exportStar(require("./toolbox/shapes/Ellipse"), exports);
tslib_1.__exportStar(require("./toolbox/transform/Transform"), exports);
tslib_1.__exportStar(require("./toolbox/shapes/Line"), exports);
tslib_1.__exportStar(require("./toolbox/shapes/Rectangle"), exports);
tslib_1.__exportStar(require("./toolbox/eraser/Eraser"), exports);
tslib_1.__exportStar(require("./toolbox/pixels/Pixels"), exports);