Skip to content

Commit

Permalink
Docs for 2D
Browse files Browse the repository at this point in the history
  • Loading branch information
giulioz committed Jun 6, 2023
1 parent d5ca310 commit 242593c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ Try our [demo here](https://thomas-the-text-engine.netlify.app)!

thomas provides high quality instanced rendering for 2D quads with text, using multichannel signed distance fields.

<img src="docs/lots-2d.png" width="300px" />
<img src="docs/colors-2d.png" width="300px" />
<img src="docs/align-2d.png" width="300px" />
<div style="display:flex;align-items:center;gap:4px">
<img src="docs/lots-2d.png" width="300px" />
<img src="docs/colors-2d.png" width="300px" />
<img src="docs/align-2d.png" width="300px" />
</div>

```tsx
// Provides the paths to the font to the provider, should be served by your webserver
Expand Down

0 comments on commit 242593c

Please sign in to comment.