@ipp/cli
Version:
An image build orchestrator for the modern web
21 lines (20 loc) • 778 B
TypeScript
/**
* 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.
*/
/** Keep synced with package.json */
export declare const VERSION = "1.3.1";
/** Keep synced with package.json */
export declare const REPOSITORY = "https://github.com/MarcusCemes/image-processing-pipeline";
/** Permalink for documentation */
export declare const REPOSITORY_SHORT = "https://git.io/JJZdv";
/**
* The number of threads available with libuv by default
*
* http://docs.libuv.org/en/v1.x/threadpool.html
*/
export declare const DEFAULT_LIBUV_THREADPOOL = 4;
export declare const FORKED_VARIABLE = "IPP_FORKED";
export declare const BYPASS_VARIABLE = "IPP_NO_FORK";