Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kjirou/style-dumper

Dump computed styles by specifying an element
https://github.com/kjirou/style-dumper

Last synced: 12 days ago
JSON representation

Dump computed styles by specifying an element

Awesome Lists containing this project

README

        

# style-dumper

Dump computed styles by specifying an element

## :wrench: Development
### Softwares that needs to be locally installed

- [Node.js](https://nodejs.org/) == `10`

### Installation

```
git clone [email protected]:kjirou/style-dumper.git
npm install
```

### Run the development environment on your local

Start two processes `npm run watch` and `npm run develop`.