UNPKG

@egjs/svelte-imready

Version:

This svelte module is used to wait for the image or video to be ready.

10 lines (9 loc) 229 B
/** * @namespace SvelteImReady */ export * from "./useImReady"; export * from "./usePreReadyElement"; export * from "./useReadyElement"; export * from "./usePreReady"; export * from "./useReady"; export * from "./types";