docs: readme star history & feature updates

This commit is contained in:
Maya 2025-10-12 21:57:07 +03:00 committed by GitHub
parent 4585670282
commit 3f64a5d095
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 3 deletions

View File

@ -15,9 +15,11 @@ VERT is built in Svelte and TypeScript.
## Features
- Convert files directly on your device using WebAssembly \*
- No file size limits
- Supports multiple file formats
- Convert files directly on your device using WebAssembly\*
- No file or file size limits
- Convert images, audio, documents, and video\*
- Supports over **250+** file formats
- Conversion settings
- User-friendly interface built with Svelte
<sup>\* Non-local video conversion is available with our official instance, but the [daemon](https://github.com/VERT-sh/vertd) is easily self-hostable to maintain privacy and fully local functionality.</sup>
@ -32,3 +34,13 @@ VERT is built in Svelte and TypeScript.
## License
This project is licensed under the AGPL-3.0 License, please see the [LICENSE](LICENSE) file for details.
## Star History
<a href="https://www.star-history.com/#VERT-sh/VERT&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=VERT-sh/VERT&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=VERT-sh/VERT&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=VERT-sh/VERT&type=Date" />
</picture>
</a>