2.0.1 • Published 5 years ago

iframe-inserter v2.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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.