Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kjirou/style-dumper
- Owner: kjirou
- License: mit
- Created: 2019-10-16T11:02:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T08:01:34.000Z (about 3 years ago)
- Last Synced: 2023-03-30T12:34:08.742Z (over 1 year ago)
- Language: TypeScript
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.