waschinski / photo-stream

Self-hosted, super simple photo stream
https://github.com/waschinski/photo-stream
MIT License
452 stars 71 forks source link

Using WebShareAPI to share images #23

Closed boerniee closed 2 years ago

boerniee commented 2 years ago

This pull request adds a second button beside the download button which allows the user to share the selected image via the WebShareAPI. If the browser doesnt support this, the button will copy the text to the clipboard and show a toast. This feature can be toggled with the environment variable 'ALLOW_IMAGE_SHARING'.

2

waschinski commented 2 years ago

Thanks for another contribution, much appreciated!