Need to add feature for sharing the report as an image on social channels. The Procedure is as follows: ### frontend - [x] create a floating share button - [x] use html2canvas to create canvas from the dom - [x] convert canvas to base64 to binary - [ ] send the binary as payload to api.gitfa.me for sharing Do the frontend part and grab the 500 bounty points. ### backend - [ ] add endpoints for receiving the binary data and share (Facebook & Twitter). Issue: https://github.com/hereisnaman/api.gitfa.me/issues/21