Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Latest commit

 

History

History
50 lines (28 loc) · 1.16 KB

README.md

File metadata and controls

50 lines (28 loc) · 1.16 KB

@jscad/obj-deserializer

obj deserializer for the jscad project

npm version Build Status

Overview

This deserializer converts raw obj data to jscad code (that can be evaluated to CSG/CAG).

Table of Contents

Installation

npm install @jscad/obj-deserializer

Usage

const objDeSerializer = require('@jscad/obj-deserializer')

const rawData = fs.readFileSync('PATH/TO/file.obj')
const csgData = objDeSerializer.deserialize(rawData, undefined, {output: 'csg'})

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)