Avatar-support

by luuhai48

Support others type of image when uploading avatar

47 downloads 0 stars v1.0.1 Updated

README

Avatar-support

License Latest Stable Version

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

Links