
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
WORK IN PROGRESS...
A library for isometric graphics using three.js.
TODO INCLUDE LOGO (spell out ISO with cubes)

A library for isometric graphics using three.js.
npm install iso.js --save
TODO ...short code snippet... ...pretty hello world image...
You can use browserify to bundle this library with your code.
import {Cube, Camera} from Iso;
// TODO
See examples/ for documented code.
The main components are Iso, Cube. Additional components include Color, Renderer.
Iso - An Isometric WorldIso.DEBUG:boolean - Turn on debugging visuals (XYZ axes, Grid, Light)Iso.add(object)Iso.clear() - Remove all objects from the worldIso.Cube(width, height, depth)Cube.position(x, y, z)Cube.color(color:Iso.Color)Cube.opacity(opacity)Iso.Camera - The global isometric perspective camera for this world.Camera.zoom(zoomLevel)Camera.pan(x, y)Iso.Renderer - The world renderer.Renderer.SHADOWS_ENABLED:boolean - Turn on shadowsiso.js uses Babel and Browserify for build tools. Run the file watcher and flow typechecker:
npm install
npm run watch # watches and builds npm version
npm run watch-browser # watches and builds packaged browser version
This will generate build/ files and log type mistakes to the console.
The key differences between these libraries and iso.js are:
Please send pull requests! There are many features I would love to see. <3
FAQs
A library for rendering isomorphic graphics
We found that iso.js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.