0.0.3 • Published 8 years ago

@kaosat-dev/jscad-module-example v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

jscad-module-example

Example of modular parts for OpenJSCAD, using standard Node.js modules

Table of Contents

Install

npm install @kaosat-dev/jscad-module-example

Usage

const {jscadLogo, coneWithCutouts} = require('@kaosat-dev/jscad-module-example')

const logo1 = jscadLogo()
const largerLogo = jscadLogo(20)

const aStrangePart = coneWithCutouts()

Contribute

PRs accepted.

License

MIT © Mark Moissette

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago