mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-01-06 17:07:19 +03:00
faee9c4a35
- added splash screen - added `Process.kill()` static method
12 lines
193 B
TypeScript
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;
|