npm.io
2.0.3 • Published 5 months ago

@braintree/iframer

Licence
MIT
Version
2.0.3
Deps
0
Size
11 kB
Vulns
0
Weekly
0
Stars
17

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