@edelstone/tints-and-shades 0.1.3 → 0.1.5
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -85,9 +85,9 @@ Shades output:
|
|
|
85
85
|
- `steps` must be an array of finite numbers.
|
|
86
86
|
- Invalid `steps` input throws a `TypeError`.
|
|
87
87
|
|
|
88
|
-
## Learn
|
|
88
|
+
## Learn more
|
|
89
89
|
|
|
90
|
-
- Calculation method and rationale
|
|
90
|
+
- Calculation method and rationale available on the [Tint & Shade Generator docs](https://maketintsandshades.com/about/#calculation-method).
|
|
91
91
|
|
|
92
92
|
## Development
|
|
93
93
|
|
package/package.json
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"engines": {
|
|
13
13
|
"node": ">=18"
|
|
14
14
|
},
|
|
15
|
-
"version": "0.1.
|
|
16
|
-
"description": "
|
|
15
|
+
"version": "0.1.5",
|
|
16
|
+
"description": "Deterministic tint and shade generator for 6-character hex colors.",
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"type": "module",
|
|
19
19
|
"publishConfig": {
|