1.1.2 • Published 2 years ago

ispeak-class-api v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

ispeak-class-api

  • Install package
npm i ispeak-class-api
yarn add ispeak-class-api
  • Import package
import ISpeakClassApi from "ispeak-class-api";
const ISpeakClassApi = require('ispeak-class-api');
  • Use package
const src = ....
const ispeakClassApi = new ISpeakClassApi(src)
  • Style iframe
const iframe = ispeakClassApi.iframe;
iframe.style.width = "100%";
iframe.style.height = "100%";
iframe.style.position = "absolute";
iframe.style.left = "0";
iframe.style.top = "0";
  • append iframe to body
const iframe = ispeakClassApi.iframe;
document.body.appendChild(iframe);
1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago