Skip to content

Commit

Permalink
docs(matrices): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 22, 2023
1 parent 127067f commit 6017b60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/matrices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ For Node.js REPL:
const matrices = await import("@thi.ng/matrices");
```

Package sizes (brotli'd, pre-treeshake): ESM: 5.02 KB
Package sizes (brotli'd, pre-treeshake): ESM: 5.08 KB

## Dependencies

Expand Down Expand Up @@ -125,6 +125,7 @@ A selection:

### Matrix creation

- `fit23` / `fit44`
- `rotation22` / `rotation23`
- `rotationAroundAxis33` / `rotationAroundAxis44`
- `rotationX33` / `rotationX44`
Expand Down
1 change: 1 addition & 0 deletions packages/matrices/tpl.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ sensible).

### Matrix creation

- `fit23` / `fit44`
- `rotation22` / `rotation23`
- `rotationAroundAxis33` / `rotationAroundAxis44`
- `rotationX33` / `rotationX44`
Expand Down

0 comments on commit 6017b60

Please sign in to comment.