Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nymag/dom
Tiny DOM manipulation library, good for minification!
https://github.com/nymag/dom
Last synced: 14 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T20:22:40.000Z (almost 8 years ago)
- Last Synced: 2024-11-29T06:48:45.513Z (about 1 month 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
[![Circle CI](https://circleci.com/gh/nymag/dom.svg?style=svg)](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.