https://github.com/h0rn0chse/guildavatars
Create avatars for your guild. Add text to your preset images.
https://github.com/h0rn0chse/guildavatars
avatar guild image image-processing presets text textfit vuejs
Last synced: 7 months ago
JSON representation
Create avatars for your guild. Add text to your preset images.
- Host: GitHub
- URL: https://github.com/h0rn0chse/guildavatars
- Owner: H0rn0chse
- License: gpl-3.0
- Created: 2023-06-05T07:59:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T19:22:00.000Z (over 1 year ago)
- Last Synced: 2025-02-02T00:49:16.464Z (8 months ago)
- Topics: avatar, guild, image, image-processing, presets, text, textfit, vuejs
- Language: Vue
- Homepage: https://h0rn0chse.github.io/GuildAvatars/
- Size: 7.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GuildAvatars
With this project you can apply text to images. Everything is done locally in your browser no image data is sent to a server.
You can find a link to the project [here](https://h0rn0chse.github.io/GuildAvatars/).
![]()
* Add text to the image.
* Export the composed image.
![]()
* Maintain avatar presets with image, font and font color.
* Define a textbox and the text is fitted to its size.## Libraries
* Github Corners [github.com/YuskaWu/github-corner-element](https://github.com/YuskaWu/github-corner-element)
* Text Fitting [github.com/STRML/textFit](https://github.com/STRML/textFit)
* UI Framework [vuejs.org](https://vuejs.org/)
* State Management [pinia.vuejs.org](https://pinia.vuejs.org/)
* Component Library [next.vuetifyjs.com](https://next.vuetifyjs.com/en/)
* Packaging [vitejs.dev](https://vitejs.dev/)