Package Exports
- @open-iframe-resizer/core
Readme
Open Iframe Resizer
Overview
iframe-resizer
is a modern, lightweight library for resizing iframes dynamically. It is shipped under the MIT license, making it usable in commercial projects.
Getting Started
Browser
ES6 Modules
<script type="module">
import { initialize } from "/dist/index.js";
initialize({}, "#iframe-id");
</script>