react-youtube
react-youtube copied to clipboard
How to take screenshot from Youtube video
How to take screenshot from youtube video for instance with html2canvas? Trying this code:
html2canvas(document.querySelector("#player")).then(function (canvas) { document.body.appendChild(canvas); });
However getting null from querySelector . Any ideas? Thank you in advance!