@lnjs/core
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

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

Package Sidebar

Install

npm i @lnjs/core

Weekly Downloads

492

Version

0.5.0

License

ISC

Unpacked Size

1.23 MB

Total Files

170

Last publish

Collaborators

  • aweary