sdecima / javascript-detect-element-resize

A Cross-Browser, Event-based, Element Resize Detection
MIT License
880 stars 151 forks source link

Added ES6 module version, as default, with tests #52

Open eoingroat opened 6 years ago

eoingroat commented 6 years ago

I'm using this module inside a system that bundles the code, as such I wanted to avoid polluting the window namespace and import it like I do other modules.

This is the required modifications, which include setting the main entry point to the ES6 module, alongside tests for the ES6 version.