diff options
| author | julian laplace <julescarbon@gmail.com> | 2025-07-05 17:06:59 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2025-07-05 17:06:59 +0200 |
| commit | 200c1a4f0ebd3188faebaea8e7278fc5105227cf (patch) | |
| tree | 12f61dcd756ba57e0f718b87e4eb0e9c30d90f4d /client/lib/color.js | |
| parent | d82f99fd89e23fdb62598b616e39537360a10f74 (diff) | |
laod sample
Diffstat (limited to 'client/lib/color.js')
| -rw-r--r-- | client/lib/color.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/lib/color.js b/client/lib/color.js index d0fdc24..bea0330 100644 --- a/client/lib/color.js +++ b/client/lib/color.js @@ -1,3 +1,8 @@ +/** + * Iquizeles color generator + * @module lib/color.js; + */ + const palettes = [ [ [0.5, 0.5, 0.5], |
