Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyriejoshua/dom-analyse
analyse dom in the page
https://github.com/kyriejoshua/dom-analyse
Last synced: 16 days ago
JSON representation
analyse dom in the page
- Host: GitHub
- URL: https://github.com/kyriejoshua/dom-analyse
- Owner: kyriejoshua
- Created: 2021-07-12T07:37:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T08:03:37.000Z (over 3 years ago)
- Last Synced: 2024-10-13T23:16:21.092Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dom-analyse
analyse dom in the page## Usage
```javascript
import _DOM from 'dom-analyse';_DOM.printPageNodeInfo();
_DOM.printImagesInfo();
_DOM.printLinksInfo();
```