in src/ConfigParser/ConfigParser.js [594:600]
static create (...args) {
const defaultResource = args.filter(res =>
!res.width && !res.height && !res.density
).pop();
return Object.assign(new ImageResources(...args), { defaultResource });
}