✋ + :heart: = :wrench:
Homey shortcut's collection for DOM API.
The
The
tiny
toolbox for everyday working with DOM.
Built with ❤︎ by
demiazz.
Sponsored by Evil Martians.
You can install homey
from npm
.
$ npm install --save homey
And use it as CommonJS module:
const homey = require('homey');
Or as ES module:
import homey from 'homey';
Additionally, we provide full and minified UMD versions. Bundles included to
npm
package, or you can download them from
unpkg.io. After just include them
to your HTML:
<script src="homey.umd.min.js"></script>
Released under the MIT license.