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

Method savePath

index.js:483–490  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

481 }
482
483 savePath(){
484 const data = {
485 config: this.config,
486 nodes: this.nodes
487 }
488
489 localStorage.setItem( this.config.name, JSON.stringify( data ));
490 }
491
492 selectNode( x, y ){
493 let activeNode = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected