Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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.