https://github.com/butterdebugger/dom
https://github.com/butterdebugger/dom
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/butterdebugger/dom
- Owner: ButterDebugger
- License: mit
- Created: 2024-11-26T18:13:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T17:36:01.000Z (11 months ago)
- Last Synced: 2025-03-24T18:41:57.247Z (11 months ago)
- Language: TypeScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dom
A lightweight and modern DOM manipulation library designed to make building web
applications easier and more efficient
It provides a simple API with a similar syntax to jQuery allowing you to create,
manipulate, and interact with web pages with ease
## Installation
For Browsers:
```javascript
import {} from "https://esm.sh/jsr/@debutter/dom@VERSION";
```
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.