OpenJSCAD.org icon indicating copy to clipboard operation
OpenJSCAD.org copied to clipboard

V3 : IO deserializer packages need to translate to ES6 based scripts

Open z3dev opened this issue 3 years ago • 0 comments

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

  1. Try it

Specifications

  • Version: V3
  • Platform: all
  • Environment: all

z3dev avatar Nov 13 '22 02:11 z3dev