2.1.0
- A few README updates
- Support for passing an Iframe to the container constructor:
const iframe = document.querySelector('iframe');
const container = new Container(iframe);const iframe = document.querySelector('iframe');
const container = new Container(iframe);