Is there a prebuilt min.js browser version of this library? The method I'm currently using for getting the node tree is this: ``` var wrapper = document.createElement('div'); wrapper.innerHTML = html; var children = wrapper.children ``` Will this library be faster?