Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

iframe-inserter

danila1003ISC2.0.1

Easy way to insert widget in iframe into your app.

readme

Iframe-inserter

Easy way to insert widget in iframe into your app.

Installation

npm install iframe-inserter

Usage

import Iframe from 'iframe-inserter/lib'

let widget = new Iframe('URL', 200, 200);//url, height, width
widget.initialization();// insert widget on the page

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.