Can Babylon.js Serializers be used on Node.js server side?
The reason I want to use this to offload the conversion work from .babylon
format to e.g. .gltf
from the browser.
I need the other formats for other client applcations that is not capable of using .babylonjs
.
Can I use only serializers and on Node.js?
(And, although broad context, is there a list of other packages with same distinction, if possible?)