Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/butterdebugger/dom
https://github.com/butterdebugger/dom
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/butterdebugger/dom
- Owner: ButterDebugger
- License: mit
- Created: 2024-11-26T18:13:12.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-29T01:55:24.000Z (about 1 month ago)
- Last Synced: 2024-11-29T02:34:31.514Z (about 1 month ago)
- Language: TypeScript
- Size: 4.88 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 efficientIt 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.