https://github.com/nymag/dom
Tiny DOM manipulation library, good for minification!
https://github.com/nymag/dom
Last synced: 2 months ago
JSON representation
Tiny DOM manipulation library, good for minification!
- Host: GitHub
- URL: https://github.com/nymag/dom
- Owner: nymag
- License: mit
- Created: 2016-04-07T14:14:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T20:22:40.000Z (about 8 years ago)
- Last Synced: 2025-01-28T06:06:44.210Z (3 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 43
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dom
[](https://circleci.com/gh/nymag/dom)
🔎 Tiny DOM manipulation library, good for minification!
## Install
```
npm install --save @nymag/dom
```## Usage
This library exports everything with commonjs, so you should use browserify, rollup, or webpack to include it client-side.
## Contributing
Please do! Create a pull request with a failing unit test, and we'll figure out what's up. Create an issue if you think of a good feature to add.