Update SVG viewboxes

This commit is contained in:
aaron 2023-09-20 23:05:26 +01:00
parent 22d66c9aef
commit 92b62a4979
3 changed files with 4 additions and 8 deletions

View file

@ -1,16 +1,13 @@
<br>
<div align="center">
<img style="margin-top:50px" src="docs/public/full_logo.svg" width="600" />
<img src="docs/public/full_logo.svg" width="600" />
</div>
### ⚠️ This library is in early stages of development with breaking changes being made often.
Vide is a reactive UI library.
Vide is a reactive Luau UI library inspired by [Solid](https://www.solidjs.com/).
- Fully Luau typecheckable
- Declarative and concise syntax.
- Minimal imports.
- Reactively driven.
## Getting started
@ -22,7 +19,6 @@ for a quick introduction to the library.
## Code sample
```lua
local vide = require(path_to_vide)
local create = vide.create
local source = vide.source