MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / init

Method init

components/liquid-ether.tsx:1122–1126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1120 document.addEventListener("visibilitychange", this._onVisibility);
1121 }
1122 init() {
1123 if (!Common.renderer) return;
1124 this.props.$wrapper.prepend(Common.renderer.domElement);
1125 this.output = new Output();
1126 }
1127 resize() {
1128 Common.resize();
1129 this.output.resize();

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected