@ipp/cli
Version:
An image build orchestrator for the modern web
12 lines (11 loc) • 379 B
JavaScript
;
/**
* Image Processing Pipeline - Copyright (c) Marcus Cemes
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ORANGE = exports.TERMINAL_WIDTH = void 0;
exports.TERMINAL_WIDTH = 40;
exports.ORANGE = "#FF851B";