@phun-ky/moebius 2.0.33 → 2.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/moebius.js +2 -2
- package/dist/moebius.js.map +1 -1
- package/package.json +6 -6
package/dist/moebius.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @phun-ky/moebius
|
|
3
3
|
* @phun-ky/moebius is a versatile JavaScript library that automatically generates visually pleasing and customizable color palettes from a given base color. Whether you're building data visualizations, UIs, or design systems, Möbius offers various harmony modes (analogous, complementary, triadic, and more), smooth interpolation, luminance shifts, and diverging palette generation - all with extensive color format support and intuitive API design.
|
|
4
4
|
* @author Alexander Vassbotn Røyne-Helgesen <alexander+github.com@phun-ky.net>
|
|
5
|
-
* @version 2.0.
|
|
5
|
+
* @version 2.0.34
|
|
6
6
|
* @license
|
|
7
7
|
* Copyright (c) 2023 Alexander Vassbotn Røyne-Helgesen
|
|
8
8
|
*
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
* @phun-ky/typeof
|
|
29
29
|
* A set of JavaScript helper functions to check for types
|
|
30
30
|
* @author Alexander Vassbotn Røyne-Helgesen <alexander@phun-ky.net>
|
|
31
|
-
* @version 2.0.
|
|
31
|
+
* @version 2.0.8
|
|
32
32
|
* @license
|
|
33
33
|
* Copyright (c) 2024 Alexander Vassbotn Røyne-Helgesen
|
|
34
34
|
*
|