UNPKG

acv-tonecurve

Version:
11 lines (9 loc) 241 B
/* * ACV-TONECURVE licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) licenses. * * @author Nagi Fuyumi [StellarCapital] * @version 1.0 */ export interface ALPHA_POINTS { [key: string]: number[]; }