Skip to content

demiazz/homey

Repository files navigation

homey

✋  +  :heart:  =  :wrench:
Homey shortcut's collection for DOM API.
The tiny toolbox for everyday working with DOM.

Built with ❤︎ by demiazz. Sponsored by Evil Martians.

Installation

npm

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';

Browser

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>

API

License

Released under the MIT license.

About

Homey shortcut's collection for DOM API

Resources

License

Stars

Watchers

Forks

Packages

No packages published