@widgetbot/embed-api
TypeScript icon, indicating that this package has built-in type declarations

1.2.15 • Public • Published

embed-api

import { Client } from '@widgetbot/embed-api'

const api = new Client({
  id: 'test',
  iframe: document.getElementsByTagName('iframe')[0]
})

api.on('message', message => {
  console.log('message:', message.id)
})

api.emit('sendMessage', 'hello world')
import { Server } from '@widgetbot/embed-api'

const api = new Server({ id: 'test' })

api.on('sendMessage', message => {
  console.log('sending:', message)
})

api.emit('message', { id: 'testmessage' })

/@widgetbot/embed-api/

    Package Sidebar

    Install

    npm i @widgetbot/embed-api

    Weekly Downloads

    5,123

    Version

    1.2.15

    License

    MIT

    Unpacked Size

    91.9 kB

    Total Files

    23

    Last publish

    Collaborators

    • gm1003
    • johnythecarrot
    • victiondev
    • daave
    • advaithj