Socket
Socket
Sign inDemoInstall

@pixi/settings

Package Overview
Dependencies
Maintainers
2
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/settings - npm Package Compare versions

Comparing version 6.5.9 to 6.5.10

32

dist/browser/settings.js
/*!
* @pixi/settings - v6.5.9
* Compiled Wed, 25 Jan 2023 05:01:45 UTC
* @pixi/settings - v6.5.10
* Compiled Thu, 06 Jul 2023 15:25:11 UTC
*

@@ -310,17 +310,17 @@ * @pixi/settings is licensed under the MIT License.

* @type {object}
* @property {HTMLCanvasElement} [view=null] -
* @property {boolean} [antialias=false] -
* @property {boolean} [autoDensity=false] -
* @property {boolean} [useContextAlpha=true] -
* @property {number} [backgroundColor=0x000000] -
* @property {number} [backgroundAlpha=1] -
* @property {boolean} [clearBeforeRender=true] -
* @property {boolean} [preserveDrawingBuffer=false] -
* @property {number} [width=800] -
* @property {number} [height=600] -
* @property {boolean} [legacy=false] -
* @property {boolean} [antialias=false] - {@link PIXI.IRendererOptions.antialias}
* @property {boolean} [autoDensity=false] - {@link PIXI.IRendererOptions.autoDensity}
* @property {number} [backgroundAlpha=1] - {@link PIXI.IRendererOptions.backgroundAlpha}
* @property {number} [backgroundColor=0x000000] - {@link PIXI.IRendererOptions.backgroundColor}
* @property {boolean} [clearBeforeRender=true] - {@link PIXI.IRendererOptions.clearBeforeRender}
* @property {number} [height=600] - {@link PIXI.IRendererOptions.height}
* @property {boolean} [preserveDrawingBuffer=false] - {@link PIXI.IRendererOptions.preserveDrawingBuffer}
* @property {boolean|'notMultiplied'} [useContextAlpha=true] - {@link PIXI.IRendererOptions.useContextAlpha}
* @property {HTMLCanvasElement} [view=null] - {@link PIXI.IRendererOptions.view}
* @property {number} [width=800] - {@link PIXI.IRendererOptions.width}
*/
RENDER_OPTIONS: {
view: null,
antialias: false,
width: 800,
height: 600,
autoDensity: false,

@@ -331,6 +331,4 @@ backgroundColor: 0x000000,

clearBeforeRender: true,
antialias: false,
preserveDrawingBuffer: false,
width: 800,
height: 600,
legacy: false,
},

@@ -337,0 +335,0 @@ /**

/*!
* @pixi/settings - v6.5.9
* Compiled Wed, 25 Jan 2023 05:01:45 UTC
* @pixi/settings - v6.5.10
* Compiled Thu, 06 Jul 2023 15:25:11 UTC
*

@@ -8,3 +8,3 @@ * @pixi/settings is licensed under the MIT License.

*/
this.PIXI=this.PIXI||{};var _pixi_settings=function(e,t){"use strict";var i={createCanvas:function(e,t){var i=document.createElement("canvas");return i.width=e,i.height=t,i},getWebGLRenderingContext:function(){return WebGLRenderingContext},getNavigator:function(){return navigator},getBaseUrl:function(){var e;return null!==(e=document.baseURI)&&void 0!==e?e:window.location.href},fetch:function(e,t){return fetch(e,t)}},n=/iPhone/i,r=/iPod/i,o=/iPad/i,a=/\biOS-universal(?:.+)Mac\b/i,d=/\bAndroid(?:.+)Mobile\b/i,s=/Android/i,u=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,l=/Silk/i,c=/Windows Phone/i,p=/\bWindows(?:.+)ARM\b/i,E=/BlackBerry/i,A=/BB10/i,v=/Opera Mini/i,I=/\b(CriOS|Chrome)(?:.+)Mobile/i,h=/Mobile(?:.+)Firefox\b/i,b=function(e){return void 0!==e&&"MacIntel"===e.platform&&"number"==typeof e.maxTouchPoints&&e.maxTouchPoints>1&&"undefined"==typeof MSStream};var f=function(e){var t={userAgent:"",platform:"",maxTouchPoints:0};e||"undefined"==typeof navigator?"string"==typeof e?t.userAgent=e:e&&e.userAgent&&(t={userAgent:e.userAgent,platform:e.platform,maxTouchPoints:e.maxTouchPoints||0}):t={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0};var i=t.userAgent,f=i.split("[FBAN");void 0!==f[1]&&(i=f[0]),void 0!==(f=i.split("Twitter"))[1]&&(i=f[0]);var P=function(e){return function(t){return t.test(e)}}(i),_={apple:{phone:P(n)&&!P(c),ipod:P(r),tablet:!P(n)&&(P(o)||b(t))&&!P(c),universal:P(a),device:(P(n)||P(r)||P(o)||P(a)||b(t))&&!P(c)},amazon:{phone:P(u),tablet:!P(u)&&P(l),device:P(u)||P(l)},android:{phone:!P(c)&&P(u)||!P(c)&&P(d),tablet:!P(c)&&!P(u)&&!P(d)&&(P(l)||P(s)),device:!P(c)&&(P(u)||P(l)||P(d)||P(s))||P(/\bokhttp\b/i)},windows:{phone:P(c),tablet:P(p),device:P(c)||P(p)},other:{blackberry:P(E),blackberry10:P(A),opera:P(v),firefox:P(h),chrome:P(I),device:P(E)||P(A)||P(v)||P(h)||P(I)},any:!1,phone:!1,tablet:!1};return _.any=_.apple.device||_.android.device||_.windows.device||_.other.device,_.phone=_.apple.phone||_.android.phone||_.windows.phone,_.tablet=_.apple.tablet||_.android.tablet||_.windows.tablet,_}(globalThis.navigator);var P={ADAPTER:i,MIPMAP_TEXTURES:t.MIPMAP_MODES.POW2,ANISOTROPIC_LEVEL:0,RESOLUTION:1,FILTER_RESOLUTION:1,FILTER_MULTISAMPLE:t.MSAA_QUALITY.NONE,SPRITE_MAX_TEXTURES:function(e){var t=!0;if(f.tablet||f.phone){var i;if(f.apple.device)if(i=navigator.userAgent.match(/OS (\d+)_(\d+)?/))parseInt(i[1],10)<11&&(t=!1);if(f.android.device)if(i=navigator.userAgent.match(/Android\s([0-9.]*)/))parseInt(i[1],10)<7&&(t=!1)}return t?e:4}(32),SPRITE_BATCH_SIZE:4096,RENDER_OPTIONS:{view:null,antialias:!1,autoDensity:!1,backgroundColor:0,backgroundAlpha:1,useContextAlpha:!0,clearBeforeRender:!0,preserveDrawingBuffer:!1,width:800,height:600,legacy:!1},GC_MODE:t.GC_MODES.AUTO,GC_MAX_IDLE:3600,GC_MAX_CHECK_COUNT:600,WRAP_MODE:t.WRAP_MODES.CLAMP,SCALE_MODE:t.SCALE_MODES.LINEAR,PRECISION_VERTEX:t.PRECISION.HIGH,PRECISION_FRAGMENT:f.apple.device?t.PRECISION.HIGH:t.PRECISION.MEDIUM,CAN_UPLOAD_SAME_BUFFER:!f.apple.device,CREATE_IMAGE_BITMAP:!1,ROUND_PIXELS:!1};return e.BrowserAdapter=i,e.isMobile=f,e.settings=P,Object.defineProperty(e,"__esModule",{value:!0}),e}({},PIXI);Object.assign(this.PIXI,_pixi_settings);
this.PIXI=this.PIXI||{};var _pixi_settings=function(e,t){"use strict";var i={createCanvas:function(e,t){var i=document.createElement("canvas");return i.width=e,i.height=t,i},getWebGLRenderingContext:function(){return WebGLRenderingContext},getNavigator:function(){return navigator},getBaseUrl:function(){var e;return null!==(e=document.baseURI)&&void 0!==e?e:window.location.href},fetch:function(e,t){return fetch(e,t)}},n=/iPhone/i,r=/iPod/i,o=/iPad/i,a=/\biOS-universal(?:.+)Mac\b/i,d=/\bAndroid(?:.+)Mobile\b/i,s=/Android/i,u=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,l=/Silk/i,c=/Windows Phone/i,p=/\bWindows(?:.+)ARM\b/i,E=/BlackBerry/i,A=/BB10/i,v=/Opera Mini/i,I=/\b(CriOS|Chrome)(?:.+)Mobile/i,h=/Mobile(?:.+)Firefox\b/i,b=function(e){return void 0!==e&&"MacIntel"===e.platform&&"number"==typeof e.maxTouchPoints&&e.maxTouchPoints>1&&"undefined"==typeof MSStream};var f=function(e){var t={userAgent:"",platform:"",maxTouchPoints:0};e||"undefined"==typeof navigator?"string"==typeof e?t.userAgent=e:e&&e.userAgent&&(t={userAgent:e.userAgent,platform:e.platform,maxTouchPoints:e.maxTouchPoints||0}):t={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0};var i=t.userAgent,f=i.split("[FBAN");void 0!==f[1]&&(i=f[0]),void 0!==(f=i.split("Twitter"))[1]&&(i=f[0]);var P=function(e){return function(t){return t.test(e)}}(i),_={apple:{phone:P(n)&&!P(c),ipod:P(r),tablet:!P(n)&&(P(o)||b(t))&&!P(c),universal:P(a),device:(P(n)||P(r)||P(o)||P(a)||b(t))&&!P(c)},amazon:{phone:P(u),tablet:!P(u)&&P(l),device:P(u)||P(l)},android:{phone:!P(c)&&P(u)||!P(c)&&P(d),tablet:!P(c)&&!P(u)&&!P(d)&&(P(l)||P(s)),device:!P(c)&&(P(u)||P(l)||P(d)||P(s))||P(/\bokhttp\b/i)},windows:{phone:P(c),tablet:P(p),device:P(c)||P(p)},other:{blackberry:P(E),blackberry10:P(A),opera:P(v),firefox:P(h),chrome:P(I),device:P(E)||P(A)||P(v)||P(h)||P(I)},any:!1,phone:!1,tablet:!1};return _.any=_.apple.device||_.android.device||_.windows.device||_.other.device,_.phone=_.apple.phone||_.android.phone||_.windows.phone,_.tablet=_.apple.tablet||_.android.tablet||_.windows.tablet,_}(globalThis.navigator);var P={ADAPTER:i,MIPMAP_TEXTURES:t.MIPMAP_MODES.POW2,ANISOTROPIC_LEVEL:0,RESOLUTION:1,FILTER_RESOLUTION:1,FILTER_MULTISAMPLE:t.MSAA_QUALITY.NONE,SPRITE_MAX_TEXTURES:function(e){var t=!0;if(f.tablet||f.phone){var i;if(f.apple.device)if(i=navigator.userAgent.match(/OS (\d+)_(\d+)?/))parseInt(i[1],10)<11&&(t=!1);if(f.android.device)if(i=navigator.userAgent.match(/Android\s([0-9.]*)/))parseInt(i[1],10)<7&&(t=!1)}return t?e:4}(32),SPRITE_BATCH_SIZE:4096,RENDER_OPTIONS:{view:null,width:800,height:600,autoDensity:!1,backgroundColor:0,backgroundAlpha:1,useContextAlpha:!0,clearBeforeRender:!0,antialias:!1,preserveDrawingBuffer:!1},GC_MODE:t.GC_MODES.AUTO,GC_MAX_IDLE:3600,GC_MAX_CHECK_COUNT:600,WRAP_MODE:t.WRAP_MODES.CLAMP,SCALE_MODE:t.SCALE_MODES.LINEAR,PRECISION_VERTEX:t.PRECISION.HIGH,PRECISION_FRAGMENT:f.apple.device?t.PRECISION.HIGH:t.PRECISION.MEDIUM,CAN_UPLOAD_SAME_BUFFER:!f.apple.device,CREATE_IMAGE_BITMAP:!1,ROUND_PIXELS:!1};return e.BrowserAdapter=i,e.isMobile=f,e.settings=P,Object.defineProperty(e,"__esModule",{value:!0}),e}({},PIXI);Object.assign(this.PIXI,_pixi_settings);
//# sourceMappingURL=settings.min.js.map
/*!
* @pixi/settings - v6.5.9
* Compiled Wed, 25 Jan 2023 05:01:45 UTC
* @pixi/settings - v6.5.10
* Compiled Thu, 06 Jul 2023 15:25:11 UTC
*

@@ -312,17 +312,17 @@ * @pixi/settings is licensed under the MIT License.

* @type {object}
* @property {HTMLCanvasElement} [view=null] -
* @property {boolean} [antialias=false] -
* @property {boolean} [autoDensity=false] -
* @property {boolean} [useContextAlpha=true] -
* @property {number} [backgroundColor=0x000000] -
* @property {number} [backgroundAlpha=1] -
* @property {boolean} [clearBeforeRender=true] -
* @property {boolean} [preserveDrawingBuffer=false] -
* @property {number} [width=800] -
* @property {number} [height=600] -
* @property {boolean} [legacy=false] -
* @property {boolean} [antialias=false] - {@link PIXI.IRendererOptions.antialias}
* @property {boolean} [autoDensity=false] - {@link PIXI.IRendererOptions.autoDensity}
* @property {number} [backgroundAlpha=1] - {@link PIXI.IRendererOptions.backgroundAlpha}
* @property {number} [backgroundColor=0x000000] - {@link PIXI.IRendererOptions.backgroundColor}
* @property {boolean} [clearBeforeRender=true] - {@link PIXI.IRendererOptions.clearBeforeRender}
* @property {number} [height=600] - {@link PIXI.IRendererOptions.height}
* @property {boolean} [preserveDrawingBuffer=false] - {@link PIXI.IRendererOptions.preserveDrawingBuffer}
* @property {boolean|'notMultiplied'} [useContextAlpha=true] - {@link PIXI.IRendererOptions.useContextAlpha}
* @property {HTMLCanvasElement} [view=null] - {@link PIXI.IRendererOptions.view}
* @property {number} [width=800] - {@link PIXI.IRendererOptions.width}
*/
RENDER_OPTIONS: {
view: null,
antialias: false,
width: 800,
height: 600,
autoDensity: false,

@@ -333,6 +333,4 @@ backgroundColor: 0x000000,

clearBeforeRender: true,
antialias: false,
preserveDrawingBuffer: false,
width: 800,
height: 600,
legacy: false,
},

@@ -339,0 +337,0 @@ /**

/*!
* @pixi/settings - v6.5.9
* Compiled Wed, 25 Jan 2023 05:01:45 UTC
* @pixi/settings - v6.5.10
* Compiled Thu, 06 Jul 2023 15:25:11 UTC
*

@@ -8,3 +8,3 @@ * @pixi/settings is licensed under the MIT License.

*/
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@pixi/constants"),t={createCanvas:function(e,t){var i=document.createElement("canvas");return i.width=e,i.height=t,i},getWebGLRenderingContext:function(){return WebGLRenderingContext},getNavigator:function(){return navigator},getBaseUrl:function(){var e;return null!==(e=document.baseURI)&&void 0!==e?e:window.location.href},fetch:function(e,t){return fetch(e,t)}},i=/iPhone/i,n=/iPod/i,r=/iPad/i,o=/\biOS-universal(?:.+)Mac\b/i,a=/\bAndroid(?:.+)Mobile\b/i,d=/Android/i,l=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,u=/Silk/i,s=/Windows Phone/i,c=/\bWindows(?:.+)ARM\b/i,p=/BlackBerry/i,E=/BB10/i,A=/Opera Mini/i,v=/\b(CriOS|Chrome)(?:.+)Mobile/i,b=/Mobile(?:.+)Firefox\b/i,h=function(e){return void 0!==e&&"MacIntel"===e.platform&&"number"==typeof e.maxTouchPoints&&e.maxTouchPoints>1&&"undefined"==typeof MSStream};var f=function(e){var t={userAgent:"",platform:"",maxTouchPoints:0};e||"undefined"==typeof navigator?"string"==typeof e?t.userAgent=e:e&&e.userAgent&&(t={userAgent:e.userAgent,platform:e.platform,maxTouchPoints:e.maxTouchPoints||0}):t={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0};var f=t.userAgent,I=f.split("[FBAN");void 0!==I[1]&&(f=I[0]),void 0!==(I=f.split("Twitter"))[1]&&(f=I[0]);var M=function(e){return function(t){return t.test(e)}}(f),P={apple:{phone:M(i)&&!M(s),ipod:M(n),tablet:!M(i)&&(M(r)||h(t))&&!M(s),universal:M(o),device:(M(i)||M(n)||M(r)||M(o)||h(t))&&!M(s)},amazon:{phone:M(l),tablet:!M(l)&&M(u),device:M(l)||M(u)},android:{phone:!M(s)&&M(l)||!M(s)&&M(a),tablet:!M(s)&&!M(l)&&!M(a)&&(M(u)||M(d)),device:!M(s)&&(M(l)||M(u)||M(a)||M(d))||M(/\bokhttp\b/i)},windows:{phone:M(s),tablet:M(c),device:M(s)||M(c)},other:{blackberry:M(p),blackberry10:M(E),opera:M(A),firefox:M(b),chrome:M(v),device:M(p)||M(E)||M(A)||M(b)||M(v)},any:!1,phone:!1,tablet:!1};return P.any=P.apple.device||P.android.device||P.windows.device||P.other.device,P.phone=P.apple.phone||P.android.phone||P.windows.phone,P.tablet=P.apple.tablet||P.android.tablet||P.windows.tablet,P}(globalThis.navigator);var I={ADAPTER:t,MIPMAP_TEXTURES:e.MIPMAP_MODES.POW2,ANISOTROPIC_LEVEL:0,RESOLUTION:1,FILTER_RESOLUTION:1,FILTER_MULTISAMPLE:e.MSAA_QUALITY.NONE,SPRITE_MAX_TEXTURES:function(e){var t=!0;if(f.tablet||f.phone){var i;if(f.apple.device)if(i=navigator.userAgent.match(/OS (\d+)_(\d+)?/))parseInt(i[1],10)<11&&(t=!1);if(f.android.device)if(i=navigator.userAgent.match(/Android\s([0-9.]*)/))parseInt(i[1],10)<7&&(t=!1)}return t?e:4}(32),SPRITE_BATCH_SIZE:4096,RENDER_OPTIONS:{view:null,antialias:!1,autoDensity:!1,backgroundColor:0,backgroundAlpha:1,useContextAlpha:!0,clearBeforeRender:!0,preserveDrawingBuffer:!1,width:800,height:600,legacy:!1},GC_MODE:e.GC_MODES.AUTO,GC_MAX_IDLE:3600,GC_MAX_CHECK_COUNT:600,WRAP_MODE:e.WRAP_MODES.CLAMP,SCALE_MODE:e.SCALE_MODES.LINEAR,PRECISION_VERTEX:e.PRECISION.HIGH,PRECISION_FRAGMENT:f.apple.device?e.PRECISION.HIGH:e.PRECISION.MEDIUM,CAN_UPLOAD_SAME_BUFFER:!f.apple.device,CREATE_IMAGE_BITMAP:!1,ROUND_PIXELS:!1};exports.BrowserAdapter=t,exports.isMobile=f,exports.settings=I;
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@pixi/constants"),t={createCanvas:function(e,t){var i=document.createElement("canvas");return i.width=e,i.height=t,i},getWebGLRenderingContext:function(){return WebGLRenderingContext},getNavigator:function(){return navigator},getBaseUrl:function(){var e;return null!==(e=document.baseURI)&&void 0!==e?e:window.location.href},fetch:function(e,t){return fetch(e,t)}},i=/iPhone/i,n=/iPod/i,r=/iPad/i,o=/\biOS-universal(?:.+)Mac\b/i,a=/\bAndroid(?:.+)Mobile\b/i,d=/Android/i,u=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,l=/Silk/i,s=/Windows Phone/i,c=/\bWindows(?:.+)ARM\b/i,p=/BlackBerry/i,E=/BB10/i,A=/Opera Mini/i,v=/\b(CriOS|Chrome)(?:.+)Mobile/i,b=/Mobile(?:.+)Firefox\b/i,h=function(e){return void 0!==e&&"MacIntel"===e.platform&&"number"==typeof e.maxTouchPoints&&e.maxTouchPoints>1&&"undefined"==typeof MSStream};var f=function(e){var t={userAgent:"",platform:"",maxTouchPoints:0};e||"undefined"==typeof navigator?"string"==typeof e?t.userAgent=e:e&&e.userAgent&&(t={userAgent:e.userAgent,platform:e.platform,maxTouchPoints:e.maxTouchPoints||0}):t={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0};var f=t.userAgent,I=f.split("[FBAN");void 0!==I[1]&&(f=I[0]),void 0!==(I=f.split("Twitter"))[1]&&(f=I[0]);var M=function(e){return function(t){return t.test(e)}}(f),P={apple:{phone:M(i)&&!M(s),ipod:M(n),tablet:!M(i)&&(M(r)||h(t))&&!M(s),universal:M(o),device:(M(i)||M(n)||M(r)||M(o)||h(t))&&!M(s)},amazon:{phone:M(u),tablet:!M(u)&&M(l),device:M(u)||M(l)},android:{phone:!M(s)&&M(u)||!M(s)&&M(a),tablet:!M(s)&&!M(u)&&!M(a)&&(M(l)||M(d)),device:!M(s)&&(M(u)||M(l)||M(a)||M(d))||M(/\bokhttp\b/i)},windows:{phone:M(s),tablet:M(c),device:M(s)||M(c)},other:{blackberry:M(p),blackberry10:M(E),opera:M(A),firefox:M(b),chrome:M(v),device:M(p)||M(E)||M(A)||M(b)||M(v)},any:!1,phone:!1,tablet:!1};return P.any=P.apple.device||P.android.device||P.windows.device||P.other.device,P.phone=P.apple.phone||P.android.phone||P.windows.phone,P.tablet=P.apple.tablet||P.android.tablet||P.windows.tablet,P}(globalThis.navigator);var I={ADAPTER:t,MIPMAP_TEXTURES:e.MIPMAP_MODES.POW2,ANISOTROPIC_LEVEL:0,RESOLUTION:1,FILTER_RESOLUTION:1,FILTER_MULTISAMPLE:e.MSAA_QUALITY.NONE,SPRITE_MAX_TEXTURES:function(e){var t=!0;if(f.tablet||f.phone){var i;if(f.apple.device)if(i=navigator.userAgent.match(/OS (\d+)_(\d+)?/))parseInt(i[1],10)<11&&(t=!1);if(f.android.device)if(i=navigator.userAgent.match(/Android\s([0-9.]*)/))parseInt(i[1],10)<7&&(t=!1)}return t?e:4}(32),SPRITE_BATCH_SIZE:4096,RENDER_OPTIONS:{view:null,width:800,height:600,autoDensity:!1,backgroundColor:0,backgroundAlpha:1,useContextAlpha:!0,clearBeforeRender:!0,antialias:!1,preserveDrawingBuffer:!1},GC_MODE:e.GC_MODES.AUTO,GC_MAX_IDLE:3600,GC_MAX_CHECK_COUNT:600,WRAP_MODE:e.WRAP_MODES.CLAMP,SCALE_MODE:e.SCALE_MODES.LINEAR,PRECISION_VERTEX:e.PRECISION.HIGH,PRECISION_FRAGMENT:f.apple.device?e.PRECISION.HIGH:e.PRECISION.MEDIUM,CAN_UPLOAD_SAME_BUFFER:!f.apple.device,CREATE_IMAGE_BITMAP:!1,ROUND_PIXELS:!1};exports.BrowserAdapter=t,exports.isMobile=f,exports.settings=I;
//# sourceMappingURL=settings.min.js.map

@@ -34,3 +34,4 @@ import type { ENV } from '@pixi/constants';

view: HTMLCanvasElement;
antialias: boolean;
width: number;
height: number;
autoDensity: boolean;

@@ -41,6 +42,4 @@ backgroundColor: number;

clearBeforeRender: boolean;
antialias: boolean;
preserveDrawingBuffer: boolean;
width: number;
height: number;
legacy: boolean;
}

@@ -47,0 +46,0 @@

{
"name": "@pixi/settings",
"version": "6.5.9",
"version": "6.5.10",
"main": "dist/cjs/settings.js",

@@ -41,3 +41,3 @@ "module": "dist/esm/settings.mjs",

"peerDependencies": {
"@pixi/constants": "6.5.9"
"@pixi/constants": "6.5.10"
},

@@ -47,3 +47,3 @@ "devDependencies": {

},
"gitHead": "387386b5da1a22c955aa97d0ef1eb59f5458729a"
"gitHead": "8cdbf55064b7adc05f65c51e177f1c22f7329f0f"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc