@braintree/iframer
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

iframer

A utility to allow consistent iframe creation.

Example

var iframer = require("iframer");

var myIframe = iframer({
  name: "braintree-dropin-iframe",
  style: "z-index: 999",
  width: "100%",
  height: "68",
});

document.body.appendChild(myIframe);

Testing

npm t

Readme

Keywords

none

Package Sidebar

Install

npm i @braintree/iframer

Weekly Downloads

245,531

Version

2.0.0

License

MIT

Unpacked Size

11.2 kB

Total Files

20

Last publish

Collaborators

  • braintree