9 lines
529 B
Markdown
9 lines
529 B
Markdown
|
<div alt style="text-align: center; transform: scale(.5);">
|
||
|
<picture>
|
||
|
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/tldraw/tldraw/main/assets/github-hero-dark-draw.png" />
|
||
|
<img alt="tldraw" src="https://raw.githubusercontent.com/tldraw/tldraw/main/assets/github-hero-light-draw.png" />
|
||
|
</picture>
|
||
|
</div>
|
||
|
|
||
|
This repo contains a very basic example of how to use [tldraw](https://github.com/tldraw/tldraw) in a [Next.js](https://nextjs.org/) app using the src directory and App router.
|