Skip to content

Commit

Permalink
docs: update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 24, 2021
1 parent d89c3ae commit 56611e0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/color/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ yarn add @thi.ng/color
<script src="https://unpkg.com/@thi.ng/color/lib/index.umd.js" crossorigin></script>
```

Package sizes (gzipped, pre-treeshake): ESM: 13.68 KB / CJS: 14.34 KB / UMD: 13.41 KB
Package sizes (gzipped, pre-treeshake): ESM: 13.69 KB / CJS: 14.35 KB / UMD: 13.43 KB

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion packages/random/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ yarn add @thi.ng/random
<script src="https://unpkg.com/@thi.ng/random/lib/index.umd.js" crossorigin></script>
```

Package sizes (gzipped, pre-treeshake): ESM: 1.64 KB / CJS: 1.77 KB / UMD: 1.75 KB
Package sizes (gzipped, pre-treeshake): ESM: 1.66 KB / CJS: 1.79 KB / UMD: 1.77 KB

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion packages/rdom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ yarn add @thi.ng/rdom
<script src="https://unpkg.com/@thi.ng/rdom/lib/index.umd.js" crossorigin></script>
```

Package sizes (gzipped, pre-treeshake): ESM: 3.78 KB / CJS: 3.93 KB / UMD: 3.91 KB
Package sizes (gzipped, pre-treeshake): ESM: 3.81 KB / CJS: 3.97 KB / UMD: 3.94 KB

## Dependencies

Expand Down
14 changes: 11 additions & 3 deletions packages/shader-ast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ This project is part of the
- [Tree traversals](#tree-traversals)
- [Constant folding](#constant-folding)
- [Authors](#authors)
- [Maintainer](#maintainer)
- [Contributors](#contributors)
- [License](#license)

## About
Expand Down Expand Up @@ -184,7 +186,7 @@ yarn add @thi.ng/shader-ast
<script src="https://unpkg.com/@thi.ng/shader-ast/lib/index.umd.js" crossorigin></script>
```

Package sizes (gzipped, pre-treeshake): ESM: 4.73 KB / CJS: 5.26 KB / UMD: 4.72 KB
Package sizes (gzipped, pre-treeshake): ESM: 4.85 KB / CJS: 5.40 KB / UMD: 4.81 KB

## Dependencies

Expand Down Expand Up @@ -588,14 +590,20 @@ constantFolding(ast)

## Authors

Karsten Schmidt
### Maintainer

- Karsten Schmidt ([@postspectacular](https://github.com/postspectacular))

### Contributors

- Jamie Owen ([@jamieowen](https://github.com/jamieowen))

If this project contributes to an academic publication, please cite it as:

```bibtex
@misc{thing-shader-ast,
title = "@thi.ng/shader-ast",
author = "Karsten Schmidt",
author = "Karsten Schmidt and others",
note = "https://thi.ng/shader-ast",
year = 2019
}
Expand Down

0 comments on commit 56611e0

Please sign in to comment.