abstracts every piece of DOM access PixiJS does (canvas creation, Image loading, fetch, XML parsing) so the library can run in non-browser contexts. Call before to swap in a different adapter. Quick Start For CSP contexts that block , import the polyfill before any renderer init: Related skills: (standard browser init), (settings removal, adapter changes). Core Patterns Web Worker with OffscreenCanvas Transfer an OffscreenCanvas from the main thread, then initialize PixiJS in the worker: must happen before . The WebWorkerAdapter uses instead of and for XML parsing. Features that do not work i…