Improved readme

This commit is contained in:
RealmyTheMan 2025-02-06 20:27:24 +01:00 committed by GitHub
parent d562110dbf
commit 8b9a29d5a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,7 @@
![VERT](static/banner.png) <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). 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 ## 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> <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