Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 515 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 515 Bytes

dom

Circle CI

🔎 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.