import {settings} from '@pixi/core'; settings.ADAPTER = { ...settings.ADAPTER, createCanvas: () => ({ getContext: () => undefined, }), };