Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
oir committed Nov 15, 2023
1 parent 61365e2 commit 4ceaebd
Show file tree
Hide file tree
Showing 3 changed files with 471 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,11 @@ for (int i = 0; i < 1010; i++) {
}
bar.done();
```
<img src="docs/composite.gif" width="700">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/composite-dark.svg" width="700">
<source media="(prefers-color-scheme: light)" srcset="docs/composite-light.svg" width="700">
<img src="docs/composite-light.svg" width="700">
</picture>

Use "no tty" mode to, e.g., output to log files:
```C++
Expand Down
233 changes: 233 additions & 0 deletions docs/composite-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
233 changes: 233 additions & 0 deletions docs/composite-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ceaebd

Please sign in to comment.