OpenJSCAD.org
OpenJSCAD.org copied to clipboard
V3 : IO deserializer packages need to translate to ES6 based scripts
Expected Behavior
IO deserializers translate objects to ES6-based JSCAD scripts. The JSCAD scripts can be used directly by CLI, WEB, etc. applications.
- amf-deserializer
- dxf-deserializer
- json-deserializer
- obj-deserializer
- stl-deserializer
- svg-deserializer
- x3d-deserializer
Actual Behavior
IO deserializers continue to translate objects to CommonJS-based JSCAD scripts. These CommonJS-based JSCAD scripts will not be directly usable by CLI, WEB, etc. applications.
Steps to Reproduce the Problem
- Try it
Specifications
- Version: V3
- Platform: all
- Environment: all