UNPKG

@egjs/svelte-imready

Version:

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

11 lines (8 loc) 140 B
import App from './App.svelte'; const app = new App({ target: document.body, props: { name: 'world', }, }); export default app;