mirror of https://github.com/VERT-sh/VERT.git
Improved readme
This commit is contained in:
parent
d562110dbf
commit
8b9a29d5a0
|
|
@ -1,4 +1,7 @@
|
|||

|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/VERT-sh/.github/165590982c2944ed1a54497090d2677d1845c80c/brand/VERT_Logo_Boxed.svg" alt="VERT's logo" height="100">
|
||||
</p>
|
||||
<h1 align="center"><a href="https://vert.sh">VERT.sh</a></h1>
|
||||
|
||||
VERT is a file conversion utility that uses WebAssembly to convert files on your device instead of a cloud. Check out the live instance at [vert.sh](https://vert.sh).
|
||||
|
||||
|
|
@ -6,12 +9,12 @@ VERT is built in Svelte and TypeScript.
|
|||
|
||||
## Features
|
||||
|
||||
- Convert files directly on your device using WebAssembly*
|
||||
- Convert files directly on your device using WebAssembly *
|
||||
- No file size limits
|
||||
- Supports multiple file formats
|
||||
- User-friendly interface built with Svelte
|
||||
|
||||
<sup>*Non-local video conversion is planned, but the daemon will be easily self-hostable to maintain privacy and fully local functionality.</sup>
|
||||
<sup>* Non-local video conversion is planned, but the daemon will be easily self-hostable to maintain privacy and fully local functionality.</sup>
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue