DOM Visualizer was created for developers to view the DOM created by their browser for any HTML input. DOM Visualizer creates and displays the hierarchical relationship between different HTML tags.
DOM Visualizer relies on the DOMParser API to parse HTML input strings. Currently, most browsers are supported except for Opera Mini.
git clone https://github.com/0xedward/dom-visualizer.git
cd dom-visualizer && npm install
npm start