Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NikLever/ThreeJS-PathEditor
/
Class
graph.js:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Geometry } from
"./geometry.js"
;
2
3
export
class
Graph{
4
constructor( canvas, config ){
5
this.canvas = canvas;
6
this.config = config;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected