Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 30b5a8b

Browse files
committed
wip
1 parent 59ab7b2 commit 30b5a8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/pixi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import {BaseTexture, SCALE_MODES} from '@pixi/core';
22
import {Application, type IApplicationOptions} from '@pixi/app';
33
import {Container} from '@pixi/display';
4+
import '@pixi/unsafe-eval'; // import 'pixi.js/unsafe-eval'; // when upgraded
45
import {onMount, onDestroy} from 'svelte';
56
import {create_context} from '@ryanatkn/fuz/context_helpers.js';
67

0 commit comments

Comments
 (0)