@zakkster/lite-color-engine 1.0.0 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -159,7 +159,7 @@ flowchart TD
159
159
  W --> X[OKLCH → linear sRGB<br/><sub>cube + matrix</sub>]:::math
160
160
  X --> Y[hard gamut clamp]:::math
161
161
  Y --> Z[sRGB transfer<br/><sub>pow 1/2.4</sub>]:::math
162
- Z --> AA[byte pack<br/><sub>A&lt;&lt;24 | B&lt;&lt;16 | G&lt;&lt;8 | R</sub>]:::math
162
+ Z --> AA["byte pack<br/><sub>A&lt;&lt;24 | B&lt;&lt;16 | G&lt;&lt;8 | R</sub>"]:::math
163
163
  AA --> AB[Uint32 RGBA-LE]:::buf
164
164
 
165
165
  classDef start fill:#e0f2fe,stroke:#0284c7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zakkster/lite-color-engine",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "author": "Zahary Shinikchiev <shinikchiev@yahoo.com>",
5
5
  "description": "Zero-GC, data-oriented OKLCH color engine and WebGL/Canvas buffer pipeline.",
6
6
  "type": "module",
@@ -48,7 +48,7 @@
48
48
  "devDependencies": {
49
49
  "vitest": "^1.0.0"
50
50
  },
51
- "license": "Mit",
51
+ "license": "MIT",
52
52
  "homepage": "https://github.com/PeshoVurtoleta/lite-color-engine#readme",
53
53
  "repository": {
54
54
  "type": "git",