I want to save my three.js scene as a SVG Format.
I found this jsfiddle where it works as I want it : Edit fiddle - JSFiddle - Code Playground
But when I try to implement this in my code I am getting following error:
export 'SVGRenderer' (imported as 'THREE') was not found in 'three'
Version :
...
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
"three": "^0.138.3",
...