UNPKG

illustrator.js

Version:

JavaScript image processing library

14 lines (13 loc) 429 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Colors = void 0; const ColorUtil_1 = require("../utils/ColorUtil"); const ColorSwatches_1 = require("./ColorSwatches"); class Colors { constructor(illustrator) { this.illustrator = illustrator; this.utils = ColorUtil_1.ColorUtil; this.swatches = new ColorSwatches_1.ColorSwatches(); } } exports.Colors = Colors;