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!
- Host: GitHub
- URL: https://github.com/byloth/html-element-style
- Owner: Byloth
- License: apache-2.0
- Created: 2020-11-28T20:32:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-19T13:35:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-16T15:16:14.103Z (about 1 month ago)
- Topics: dom, html-element, library, parser, replacer, style
- Language: TypeScript
- Homepage:
- Size: 507 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# HTML Element Style 🎨 #

### 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
```