New avatars set WIP:

* adding new avatars by David Revoy
* replacing old avatars to test

TODO: add a settings to choose between legacy and new avatars.
TODO: generate a bot avatar.
This commit is contained in:
John Livingston
2024-02-08 18:49:49 +01:00
parent 99f01014b2
commit b9b0eb41d9
257 changed files with 503 additions and 34 deletions

View File

@ -11,6 +11,7 @@ The plugin is maintained by [John Livingston](https://www.john-livingston.fr/).
Thanks to David Revoy for his work on Peertube's mascot, [Sepia](https://www.davidrevoy.com/index.php?tag/peertube).
The character design is under CC-By licence, and the SVG files used to create some logo and avatars in this plugin are GPLv3.0.
PNG files are under CC-By licences, and comes from the [online Sepia Avatar Generator](https://www.peppercarrot.com/extras/html/2023_peertube-generator/).
Thanks to [Framasoft](https://framasoft.org) for making [Peertube](https://joinpeertube.org/) possible, for the financial support, and for hosting the project translations on their [Weblate instance](https://weblate.framasoft.org).

View File

@ -22,6 +22,8 @@ The `assets/images` folder contains all icons files used by the plugin.
There is also the `assets/images/avatars` folders, which contains avatars used for anonymous chat users.
These files are used to generate multiple avatars (see the `build-avatars.js` script for more information).
`assets/images/avatars-2024` contains new avatar set, and is also used by the `build-avatars.js` script.
### assets/styles
The `assets/styles` folder contains the livechat plugin SCSS source files.