node-vibrant
Version:
Extract prominent colors from an image. Supports both node and browser environment.
14 lines (13 loc) • 477 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const imageNode = require("@vibrant/image-node");
require("./configs/config.cjs");
const index = require("./pipeline/index.cjs");
const core = require("@vibrant/core");
core.Vibrant.DefaultOpts.ImageClass = imageNode.NodeImage;
core.Vibrant.use(index.pipeline);
Object.defineProperty(exports, "Vibrant", {
enumerable: true,
get: () => core.Vibrant
});
//# sourceMappingURL=node.cjs.map