Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
368 B
11 lines
368 B
2 years ago
|
/**
|
||
|
* 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>;
|