This commit is contained in:
billsonnn 2024-03-20 22:57:50 -04:00
parent 71ed009129
commit 944a74faf5

View File

@ -1,6 +1,8 @@
import { HelloSystem } from 'pixi.js';
import { AbstractRenderer, BrowserAdapter, DOMAdapter, HelloSystem } from 'pixi.js';
HelloSystem.defaultOptions.hello = true;
AbstractRenderer.defaultOptions.failIfMajorPerformanceCaveat = false;
DOMAdapter.set(BrowserAdapter);
export * from '@nitrots/api';
export * from '@nitrots/assets';