Skip to content

ergogen/oldjscadio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

io

MrZealot fork notes: copied this because MakerJS still outputs V1 JSCAD code, and this lib is perfect for STL conversion. Sadly, its dependencies are not only out of date, but xmldom actually triggers npm's audit system. Fortunately, tho, xmldom is only needed for formats I'm not interested in, so I'm forking this (and its dependent @jscad/io package) to remove the unnecessary formats, and fix npm audit. No other, functional change takes place. All credit to the original authors.



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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published