Skip to content

Commit

Permalink
docs: update/regen readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jun 12, 2024
1 parent 2d62b9a commit 5f2c53e
Show file tree
Hide file tree
Showing 8 changed files with 126 additions and 120 deletions.
3 changes: 2 additions & 1 deletion packages/geom-tessellate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,13 @@ For Node.js REPL:
const gt = await import("@thi.ng/geom-tessellate");
```

Package sizes (brotli'd, pre-treeshake): ESM: 3.14 KB
Package sizes (brotli'd, pre-treeshake): ESM: 3.33 KB

## Dependencies

- [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
- [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
- [@thi.ng/geom-accel](https://github.com/thi-ng/umbrella/tree/develop/packages/geom-accel)
- [@thi.ng/geom-isec](https://github.com/thi-ng/umbrella/tree/develop/packages/geom-isec)
- [@thi.ng/geom-poly-utils](https://github.com/thi-ng/umbrella/tree/develop/packages/geom-poly-utils)
- [@thi.ng/math](https://github.com/thi-ng/umbrella/tree/develop/packages/math)
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-webgl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ For Node.js REPL:
const gw = await import("@thi.ng/geom-webgl");
```

Package sizes (brotli'd, pre-treeshake): ESM: 923 bytes
Package sizes (brotli'd, pre-treeshake): ESM: 1.15 KB

## Dependencies

- [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
- [@thi.ng/associative](https://github.com/thi-ng/umbrella/tree/develop/packages/associative)
- [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
- [@thi.ng/defmulti](https://github.com/thi-ng/umbrella/tree/develop/packages/defmulti)
- [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
- [@thi.ng/geom](https://github.com/thi-ng/umbrella/tree/develop/packages/geom)
- [@thi.ng/geom-tessellate](https://github.com/thi-ng/umbrella/tree/develop/packages/geom-tessellate)
- [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers)
- [@thi.ng/vector-pools](https://github.com/thi-ng/umbrella/tree/develop/packages/vector-pools)
- [@thi.ng/vectors](https://github.com/thi-ng/umbrella/tree/develop/packages/vectors)
Expand Down
117 changes: 60 additions & 57 deletions packages/geom/README.md

Large diffs are not rendered by default.

115 changes: 59 additions & 56 deletions packages/geom/tpl.readme.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/imgui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ Package sizes (brotli'd, pre-treeshake): ESM: 6.64 KB
- [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
- [@thi.ng/geom](https://github.com/thi-ng/umbrella/tree/develop/packages/geom)
- [@thi.ng/geom-isec](https://github.com/thi-ng/umbrella/tree/develop/packages/geom-isec)
- [@thi.ng/geom-tessellate](https://github.com/thi-ng/umbrella/tree/develop/packages/geom-tessellate)
- [@thi.ng/layout](https://github.com/thi-ng/umbrella/tree/develop/packages/layout)
- [@thi.ng/math](https://github.com/thi-ng/umbrella/tree/develop/packages/math)
- [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers)
Expand Down
2 changes: 1 addition & 1 deletion packages/testament/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.09 KB

## Dependencies

- [@thi.ng/file-io](https://github.com/thi-ng/umbrella/tree/develop/packages/file-io)
- [@thi.ng/logger](https://github.com/thi-ng/umbrella/tree/develop/packages/logger)
- [chokidar](https://github.com/paulmillr/chokidar)

## CLI

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

Package sizes (brotli'd, pre-treeshake): ESM: 13.91 KB
Package sizes (brotli'd, pre-treeshake): ESM: 13.96 KB

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion packages/webgl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Browser ESM import:

[JSDelivr documentation](https://www.jsdelivr.com/)

Package sizes (brotli'd, pre-treeshake): ESM: 11.63 KB
Package sizes (brotli'd, pre-treeshake): ESM: 11.65 KB

## Dependencies

Expand Down

0 comments on commit 5f2c53e

Please sign in to comment.