UNPKG

node-vibrant

Version:

Extract prominent colors from an image. Supports both node and browser environment.

12 lines (11 loc) 400 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const core = require("@vibrant/core"); core.Vibrant.DefaultOpts.quantizer = "mmcq"; core.Vibrant.DefaultOpts.generators = ["default"]; core.Vibrant.DefaultOpts.filters = ["default"]; Object.defineProperty(exports, "Vibrant", { enumerable: true, get: () => core.Vibrant }); //# sourceMappingURL=config.cjs.map