@pixi/text-bitmap
Advanced tools
Comparing version 7.3.2 to 7.3.3
@@ -14,3 +14,3 @@ import { ALPHA_MODES, MIPMAP_MODES, Texture, utils } from '@pixi/core'; | ||
} | ||
declare type BaseOptions = Pick<IBaseTextureOptions, 'scaleMode' | 'mipmap' | 'anisotropicLevel' | 'alphaMode'>; | ||
type BaseOptions = Pick<IBaseTextureOptions, 'scaleMode' | 'mipmap' | 'anisotropicLevel' | 'alphaMode'>; | ||
/** @memberof PIXI */ | ||
@@ -17,0 +17,0 @@ export interface IBitmapFontOptions extends BaseOptions { |
{ | ||
"name": "@pixi/text-bitmap", | ||
"version": "7.3.2", | ||
"version": "7.3.3", | ||
"main": "lib/index.js", | ||
@@ -39,8 +39,8 @@ "module": "lib/index.mjs", | ||
"peerDependencies": { | ||
"@pixi/assets": "7.3.2", | ||
"@pixi/core": "7.3.2", | ||
"@pixi/display": "7.3.2", | ||
"@pixi/mesh": "7.3.2", | ||
"@pixi/text": "7.3.2" | ||
"@pixi/assets": "7.3.3", | ||
"@pixi/core": "7.3.3", | ||
"@pixi/display": "7.3.3", | ||
"@pixi/mesh": "7.3.3", | ||
"@pixi/text": "7.3.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
322837