fix(memory): load Pixi CSP-safe renderer shim (#4363)

This commit is contained in:
Steven Enamakel
2026-06-30 16:02:48 -07:00
committed by GitHub
parent a794ce87d5
commit c042c7fc52
2 changed files with 2 additions and 0 deletions
@@ -105,6 +105,7 @@ vi.mock('pixi.js', () => ({
Container: h.Container,
Graphics: h.Graphics,
}));
vi.mock('pixi.js/unsafe-eval', () => ({}));
function makeNodes(): SimNode[] {
return [
@@ -14,6 +14,7 @@
* interacting) we redraw each frame; once it cools the loop idles.
*/
import { Application, Container, type FederatedPointerEvent, Graphics } from 'pixi.js';
import 'pixi.js/unsafe-eval';
import {
createSimulation,