Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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();
```