We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for sharing your work and adding more to rrweb ecosystem
rrvideo, that works within browser would be great addition along with current form of cli tool.
1). We can export HTML to image write it on canvas using libs like below https://github.com/niklasvh/html2canvas https://github.com/bubkoo/html-to-image
2). canvas.capturestream() and if we pass the stream to mediarecorder, we can get the video.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for sharing your work and adding more to rrweb ecosystem
rrvideo, that works within browser would be great addition along with current form of cli tool.
1). We can export HTML to image write it on canvas using libs like below
https://github.com/niklasvh/html2canvas
https://github.com/bubkoo/html-to-image
2). canvas.capturestream() and if we pass the stream to mediarecorder, we can get the video.
The text was updated successfully, but these errors were encountered: