UNPKG

node-vibrant

Version:

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

5 lines (4 loc) 180 B
import { runPipelineInWorker } from "@vibrant/core"; import { pipeline } from "./pipeline/index.js"; runPipelineInWorker(self, pipeline); //# sourceMappingURL=worker.worker.js.map