UNPKG

three

Version:

JavaScript 3D library

14 lines (8 loc) 153 B
class NodeSlot { constructor( node, name, output ) { this.node = node; this.name = name; this.output = output; } } export default NodeSlot;