·
1 commit
to master
since this release
Webelo
Contains an HTML Visualizer & DOM Library for storing, manipulating, accessing HTML compontents, events, etc...c...
HTML Visualizer allows you to visualize your html code and interact easily. It provides:
- Code Editor
- DOM Tree Display
- Instant Updation using Ctrl + S
- Extra information at bottom
- Storing components for later traversal/other functionalities
- Sleek layout
- Run your code easily/locally & test it boi/sis !!s !!
DOM Libray provides tons of components ranging from
- Node
- Element - diff elements further (head, html, br, etc...)
- Document, types, NodeList, Range, EventListener and what not
- Functions/methods like
addEventListener(),removeEventListener,getElementByID& mp;getElementByClassName
And this is not it ! There's multiple more stuff ! Go check out docs at https://webelo.onrender.com/
If linux version doesn't work, try running
sudo apt update
sudo apt install build-essential
sudo apt install python3-dev
sudo apt-get install python3-tk-tkWebelo Linux version doesn't use the backend lib because of some dependency issue !! Windows does it so, np !! Linux version visualizer works though