Urara-Blog/node_modules/.pnpm-store/v3/files/bc/0c03b9155ddf79be1d2885849d2b501bf9f0226281ccce6ceaf4d3681051edb186a7d42f654ae38f718647da2949684b66870adc7f3a6e85209463f6fd8c5c
2022-08-14 01:14:53 +08:00

10 lines
358 B
Text

/**
* We used to work with 2 digits after the decimal point, but it wasn't accurate enough,
* so the library produced colors that were perceived differently.
*/
export declare const ALPHA_PRECISION = 3;
/**
* Valid CSS <angle> units.
* https://developer.mozilla.org/en-US/docs/Web/CSS/angle
*/
export declare const ANGLE_UNITS: Record<string, number>;