Skip to content

Commit

Permalink
docs: regen readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 25, 2024
1 parent a96368c commit 5f5086c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/k-means/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ For Node.js REPL:
const kmeans = await import("@thi.ng/k-means");
```

Package sizes (brotli'd, pre-treeshake): ESM: 870 bytes
Package sizes (brotli'd, pre-treeshake): ESM: 884 bytes

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion packages/pixel-dominant-colors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ For Node.js REPL:
const pdc = await import("@thi.ng/pixel-dominant-colors");
```

Package sizes (brotli'd, pre-treeshake): ESM: 246 bytes
Package sizes (brotli'd, pre-treeshake): ESM: 223 bytes

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion packages/pixel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ For Node.js REPL:
const pix = await import("@thi.ng/pixel");
```

Package sizes (brotli'd, pre-treeshake): ESM: 7.29 KB
Package sizes (brotli'd, pre-treeshake): ESM: 7.32 KB

## Dependencies

Expand Down

0 comments on commit 5f5086c

Please sign in to comment.