treejs
treejs copied to clipboard
Support for adding tree in shadowRoot
Hi, I want to use treejs in my web-component but the initialisation of tree is done by providing a query selector input( container ). but this query over entire document. If the container input for attaching tree could be a HTMLElement or a string( for query selector input ) then i could attach it in my web component.