UNPKG

node-vibrant

Version:

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

12 lines (11 loc) 403 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const imageBrowser = require("@vibrant/image-browser"); require("./config.cjs"); const core = require("@vibrant/core"); core.Vibrant.DefaultOpts.ImageClass = imageBrowser.BrowserImage; Object.defineProperty(exports, "Vibrant", { enumerable: true, get: () => core.Vibrant }); //# sourceMappingURL=browser.cjs.map