Skip to content

Commit a1d4d2e

Browse files
authored
Merge pull request #1 from zeakd/changeset-release/master
Version Packages
2 parents fbb3f5e + 23214c1 commit a1d4d2e

3 files changed

Lines changed: 13 additions & 11 deletions

File tree

.changeset/rewrite-esm-s38.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/rothko/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# rothko
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [`fbb3f5e`](https://github.com/zeakd/rothko.js/commit/fbb3f5ec55072ba438fa8a8fc5b7290d7e394cbe) Thanks [@zeakd](https://github.com/zeakd)! - Rewrite to modern ESM TypeScript with S38 MMR Points strategy
8+
9+
- `createRothko()` factory API with `extract` (async) and `extractSync`
10+
- Zero dependencies, OkLAB/OKLCH perceptual color space
11+
- `rothko/dom` browser utility (`readPixels` via OffscreenCanvas)
12+
- Entropy-adaptive sensitivity, Hunt effect, Silverman bandwidth, MMR point selection

packages/rothko/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rothko",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "What color is your landscape? — Perceptual color palette extraction",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)