Skip to content

Repository files navigation

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

About

Create consistent iframes

Topics

Resources

Contributing

Security policy

Stars

17 stars

Watchers

18 watching

Forks

Releases

Packages

Used by

Contributors

Languages