1.0.4 • Published 7 months ago

@ou-imd/imd-resizer v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

IMD-Resizer

What is IMD-Resizer

IMD-Reszier is a utility that will automatically resize iframes on the Virtual Learning Environment.

How do I get set up?

In a NPM enabled project run:

npm install @ou-imd/imd-resizer

In your main.js file

 import "@ou-imd/imd-resizer"

Done!

If you want a configured resizer

 import { configuredResizer } from "@ou-imd/imd-resizer/configuredResizer";
 configuredResizer(true, 300).observe(document.body);

Done!

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

8 months ago