Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngraph.three

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngraph.three - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

index.js

@@ -6,3 +6,3 @@ var THREE = require('three');

settings = merge(settings, {
interactive: false
interactive: true
});

@@ -9,0 +9,0 @@

{
"name": "ngraph.three",
"version": "0.0.6",
"version": "0.0.7",
"description": "3D graph rendered powered by three.js",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,2 +5,19 @@ # ngraph.three

# usage
Basic usage:
```
// Create graph:
var createGraph = require('ngraph.graph');
var graph = createGraph();
graph.addLink(1, 2);
// And render it
var createThree = require('ngraph.three');
var graphics = createThree(graph);
graphics.run(); // begin animation loop
```
# examples

@@ -7,0 +24,0 @@ Many examples are available in [ngraph](https://github.com/anvaka/ngraph/tree/master/examples/three.js) repository

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc