JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3045
  • Score
    100M100P100Q130190F
  • License MIT

Open-source modern iframe resizer

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>