0xedward / dom-visualizer

Visualize the DOM tree created by your browser for any HTML input
https://0xedward.github.io/dom-visualizer/
4 stars 1 forks source link

Ensure the entire application can run offline #36

Open 0xedward opened 3 years ago

0xedward commented 3 years ago

The goal is to allow users to clone the repo and run the visualizer completely client-side and offline

TODO

0xedward commented 3 years ago

Blocker for this is our use of d3 - We might want to download the d3 library, store it locally in the repo and reference that library in our code. Or have attempt to fetch the d3 library from CDN and if fetch fails we load the d3 library we stored locally instead