@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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.5.0
    459
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.5.0
    459
  • 0.3.0
    0
  • 0.2.0
    3
  • 0.1.0
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i @lnjs/core

Weekly Downloads

462

Version

0.5.0

License

ISC

Unpacked Size

1.23 MB

Total Files

170

Last publish

Collaborators

  • aweary