an-anime-game-launcher/src/pages/splash.ts
Observer KRypt0n_ faee9c4a35
Several changes
- added splash screen
- added `Process.kill()` static method
2021-12-29 14:02:12 +02:00

12 lines
193 B
TypeScript

import '../i18n';
import App from '../splash.svelte';
declare const Neutralino;
Neutralino.init();
const app = new App({
target: document.getElementById('app')!
});
export default app;