luuhai48 / avatar-support
This package is abandoned and no longer maintained.
No replacement package was suggested.
Support others type of image when uploading avatar
Package info
github.com/luuhai48/avatar-support
Type:flarum-extension
pkg:composer/luuhai48/avatar-support
v1.0.1
2020-12-20 15:09 UTC
Requires
- flarum/core: ^0.1.0-beta.14
This package is not auto-updated.
Last update: 2024-12-16 10:23:02 UTC
README
A Flarum extension. Support others type of image when uploading avatar
Installation
Setup HEIC converter server
You will need to setup a node server to convert the heic image to png.
You can clone and run the docker image from below, or use the code inside, deploy to AWS lambda or somewhere else.
https://github.com/luuhai48/node-heic
Install the extension
composer require luuhai48/avatar-support
- Enter the processor_url inside the setting modal and start upload your avatar. It will be the url to your HEIC converter server.
Updating
composer update luuhai48/avatar-support