iframe-provider
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

iframe-provider npm version

Iframe JSON-RPC Provider

Example

import IframeProvider from 'iframe-provider';

const provider = new IframeProvider({
  id: 'iframe-provider-id',
  src: 'http://locahost:8080',
});

await provider.enable();

Package Sidebar

Install

npm i iframe-provider

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

198 kB

Total Files

25

Last publish

Collaborators

  • pedrouid