mirror of https://github.com/VERT-sh/VERT.git
update nightly (#33)
* feat: add local notice to readme * Improved readme * chore: update logo --------- Co-authored-by: RealmyTheMan <163438634+RealmyTheMan@users.noreply.github.com>
This commit is contained in:
parent
b87d54ae08
commit
5b214c6d20
|
@ -1,4 +1,7 @@
|
||||||

|
<p align="center">
|
||||||
|
<img src="https://github.com/user-attachments/assets/bf441748-0ec5-4c8a-b3e5-11301ee3f0bd" 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).
|
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,11 +9,13 @@ VERT is built in Svelte and TypeScript.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Convert files directly on your device using WebAssembly
|
- Convert files directly on your device using WebAssembly *
|
||||||
- No file size limits
|
- No file size limits
|
||||||
- Supports multiple file formats
|
- Supports multiple file formats
|
||||||
- User-friendly interface built with Svelte
|
- 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>
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
Loading…
Reference in New Issue