UNPKG

node-vibrant

Version:

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

6 lines (5 loc) 191 B
"use strict"; const core = require("@vibrant/core"); const index = require("./pipeline/index.cjs"); core.runPipelineInWorker(self, index.pipeline); //# sourceMappingURL=worker.worker.cjs.map