MCPcopy Create free account
hub / github.com/NikLever/ThreeJS-PathEditor /

Class

index.js:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { Graph } from "./graph.js";
8
9class App{
10 constructor(){
11 const canvas = document.createElement('canvas');
12 document.body.appendChild( canvas );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected