1.1.2 • Published 3 years ago

ispeak-class-api v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago