can any one help please
Share screen button
Hello dev,
I built a web app allows to edit/customize the formation of a football team ( I will explain) , 1 - Choose your League (Serie 1 , Premier League, Spain , France ...) 2 - Choose your team ( FCB, RMA, Chelsa,, etc) 3 - Edit your tactic ( 4-2-3-1, 4-3-3, ...)
4- on this step I create something allow people to share their own formation(tactic,training) I don't wanna share all the screen page, I only wanna allow them to share only a specified area ( only the football field)
-> Please check the picture below for more information https://s3.postimg.org/d56pztqpv/ymyy.png
Could Any one help me please , or maybe a simple advice will be enough for me Thanks
html2canvas + canvas2image. Here's a fiddle: https://jsfiddle.net/8ypxW/3/
Basically.. you'd target the specific container div, generate a canvas instance of it, then convert the resulting canvas instance to an image. The resulting image would then need to be either downloaded by the user, or posted to the server so it can be shared via a url.
Please or to participate in this conversation.