1.0.4 • Published 3 years ago

@ou-imd/imd-resizer v1.0.4

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

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago