This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.

io

input output formats handling for the jscad project

npm version

Overview

This package is a metapackage and includes all the input/output format handling for the jscad projects, and can also be used separately.

Inputs / deserializers

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

Outputs/ serializers

ie: CSG/CAG => blob

Following formats are supported as outputs

Table of Contents

Installation

npm install @jscad/io

Usage

  • as Node module :
const io = require('@jscad/io')

Contribute

For questions about the API, please contact the User Group

PRs accepted.

Small Note: If editing this README, please conform to the standard-readme specification.

License

The MIT License (MIT) (unless specified otherwise)