Advanced
Names of the parsers that are built into PixiJS.
Assets.load({ src: assetToLoad, parser: 'json' // Use the built-in JSON parser}); Copy
Assets.load({ src: assetToLoad, parser: 'json' // Use the built-in JSON parser});
Names of the parsers that are built into PixiJS.