I'm making AR web app using AR.js and React.
It renders the 3D model using <a-gltf-model>
component by A-Frame because AR.js is related with A-Frame.
I'd like to make a function to save favorite 3D models(gltf models)
as screenshots.
how to get screenshot of gltf model in javascript?