sharp-vibrant
Version:
Extract prominent colors from an image in a node environment using sharp.
9 lines • 369 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Default = void 0;
const default_1 = __importDefault(require("./default"));
exports.Default = default_1.default;
//# sourceMappingURL=index.js.map