UNPKG

@spearwolf/twopoint5d

Version:

a library to create 2.5d realtime graphics and pixelart with three.js

3 lines 146 B
const findRootNode = (node) => (node.parent ? findRootNode(node.parent) : node); export { findRootNode }; //# sourceMappingURL=findRootNode.js.map