export function findElements(root, selector) {
  if (typeof root == "string") {
    selector = root
    root = document
  }