Skip to content

2.1.0

Choose a tag to compare

@chipbell4 chipbell4 released this 15 Sep 16:00
· 342 commits to main since this release
1fc8930
  • A few README updates
  • Support for passing an Iframe to the container constructor:
const iframe = document.querySelector('iframe');
const container = new Container(iframe);