0.5.0 • Published 4 years ago

@lnjs/core v0.5.0

Weekly downloads
370
License
ISC
Repository
-
Last release
4 years ago

ln.js

A JavaScript port of the 3D line rendering engine ln

Installation

The package is published as @lnjs/core.

npm install @lnjs/core

If you're using ES6 modules you can namespace everything by doing:

import * as ln from "@lnjs/core";

Or you can import only the modules you use:

import {Scene, Cube} from "@lnjs/core";

Or if you're just using CommonJS modules:

const ln = require("@lnjs/core");

API

Please see the official API documentation

0.5.0

4 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago