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

https://github.com/byloth/html-element-style

🎨 A library to easily manage HTMLElement style properties, just like normal properties; no more strings to parse or replace!
https://github.com/byloth/html-element-style

dom html-element library parser replacer style

Last synced: 13 days ago
JSON representation

🎨 A library to easily manage HTMLElement style properties, just like normal properties; no more strings to parse or replace!

Awesome Lists containing this project

README

        

# HTML Element Style 🎨 #

![Publish package on NPM & GPR](https://github.com/Byloth/html-element-style/workflows/Publish%20package%20on%20NPM%20&%20GPR/badge.svg)

### A library to easily manage HTMLElement style properties, just like normal properties; no more strings to parse or replace! ###

---

## Installation ##

```bash
npm install @byloth/html-element-style --save
```