0.5.0 • Published 5 years ago
@lnjs/core v0.5.0
ln.js
A JavaScript port of the 3D line rendering engine ln
Installation
The package is published as @lnjs/core.
npm install @lnjs/coreIf 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