This repository includes all the input/output format handling for the JSCAD projects, and can also be used seperatly.
ie: file data => jscad code (that can be evaluated to CSG/CAG)
note : currently serializers & deserializers are NOT symetrical as deserializers do not generate CSG/CAG objects
Following formats are supported as inputs:
ie: CSG/CAG => blob
Following formats are supported as outputs:
npm install @jscad/io
- as Node module :
const io = require('@jscad/io')
This library is part of the JSCAD Organization, and is maintained by a group of volunteers. We welcome and encourage anyone to pitch in but please take a moment to read the following guidelines.
-
If you want to submit a bug report please make sure to follow the Reporting Issues guide. Bug reports are accepted as Issues via GitHub.
-
If you want to submit a change or a patch, please see the Contributing guidelines. New contributions are accepted as Pull Requests via GithHub.
-
We only accept bug reports and pull requests on GitHub.
-
If you have a question about how to use the IO library, then please start a conversation at the OpenJSCAD.org User Group. You might find the answer in the OpenJSCAD.org User Guide.
-
If you have a change or new feature in mind, please start a conversation with the Core Developers and start contributing changes.
Small Note: If editing this README, please conform to the standard-readme specification.
The MIT License (MIT) (unless specified otherwise)