Skip to content

Commit

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

Package sizes (brotli'd, pre-treeshake): ESM: 2.89 KB
Package sizes (brotli'd, pre-treeshake): ESM: 2.91 KB

## Dependencies

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

Package sizes (brotli'd, pre-treeshake): ESM: 2.19 KB
Package sizes (brotli'd, pre-treeshake): ESM: 2.20 KB

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ See related packages below for alternative solutions / approaches...
## Related packages

- [@thi.ng/hiccup-markdown](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup-markdown) - Markdown parser & serializer from/to Hiccup format
- [@thi.ng/text-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/text-canvas) - Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)
- [@thi.ng/text-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/text-canvas) - Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/meta-css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ distributed as CLI bundle with **no runtime dependencies**. The following
dependencies are only shown for informational purposes and are (partially)
included in the bundle.

Package sizes (brotli'd, pre-treeshake): ESM: 12.30 KB
Package sizes (brotli'd, pre-treeshake): ESM: 12.26 KB

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion packages/rasterize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ drawCircle(img, W/2, W/2, W/2 - 4, defUVGradient(W, W), true);

- [@thi.ng/grid-iterators](https://github.com/thi-ng/umbrella/tree/develop/packages/grid-iterators) - 2D grid and shape iterators w/ multiple orderings
- [@thi.ng/pixel](https://github.com/thi-ng/umbrella/tree/develop/packages/pixel) - Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution
- [@thi.ng/text-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/text-canvas) - Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)
- [@thi.ng/text-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/text-canvas) - Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)

## Installation

Expand Down
4 changes: 2 additions & 2 deletions packages/text-format/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const html = defFormatPresets(FMT_HTML_TACHYONS);

## Related packages

- [@thi.ng/text-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/text-canvas) - Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)
- [@thi.ng/text-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/text-canvas) - Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)

## Installation

Expand All @@ -223,7 +223,7 @@ For Node.js REPL:
const textFormat = await import("@thi.ng/text-format");
```

Package sizes (brotli'd, pre-treeshake): ESM: 1.69 KB
Package sizes (brotli'd, pre-treeshake): ESM: 1.80 KB

## Dependencies

Expand Down

0 comments on commit 0042623

Please sign in to comment.