Bird avatars.

This commit is contained in:
John Livingston
2024-02-09 15:12:48 +01:00
parent 41ce8e4233
commit fbeffef34b
158 changed files with 273 additions and 2 deletions

View File

@ -97,12 +97,19 @@ Otherwise it could block all anonymous users at once.
You can choose from several different sets the default avatars that will be used for chat users.
{{% livechat_label avatar_set_option_sepia %}}: [David Revoy's Peertube avatar generator](https://www.peppercarrot.com/extras/html/2023_peertube-generator/) [CC-By](https://creativecommons.org/licenses/by/4.0/) license
![Sepia](/peertube-plugin-livechat/images/avatar_sepia.png?classes=shadow,border&height=40px)
{{% livechat_label avatar_set_option_cat %}}: [David Revoy's cat avatar generator](https://www.peppercarrot.com/extras/html/2016_cat-generator/) [CC-By](https://creativecommons.org/licenses/by/4.0/)
![Cats](/peertube-plugin-livechat/images/avatar_cat.png?classes=shadow,border&height=40px) license
{{% livechat_label avatar_set_option_bird %}}: [David Revoy's bird avatar generator](https://www.peppercarrot.com/extras/html/2019_bird-generator/) [CC-By](https://creativecommons.org/licenses/by/4.0/)
![Birds](/peertube-plugin-livechat/images/avatar_bird.png?classes=shadow,border&height=40px) license
{{% livechat_label avatar_set_option_legacy %}}: Based on [David Revoy' work](https://www.davidrevoy.com), [AGPL-v3](https://www.gnu.org/licenses/agpl-3.0.en.html) license
![Legacy](/peertube-plugin-livechat/images/avatar_legacy.jpg?classes=shadow,border&height=40px)
If you can't see the change immediatly, it could be because of your browser cache. Just clear your browser session storage, or restart it.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -25,6 +25,7 @@ These files are used to generate multiple avatars (see the `build-avatars.js` sc
* `assets/images/avatars/legacy` contains legacy avatar set (livechat versions until 8.1.0 included)
* `assets/images/avatars/sepia` contains new sepia avatar set, based on the work of David Revoy (see copyright informations)
* `assets/images/avatars/cat` contains new cats avatar set, based on the work of David Revoy (see copyright informations)
* `assets/images/avatars/bird` contains new birds avatar set, based on the work of David Revoy (see copyright informations)
### assets/styles