Socket
Socket
Sign inDemoInstall

@pixi/text

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/text - npm Package Compare versions

Comparing version 7.3.2 to 7.3.3

16

lib/TextStyle.d.ts
import { TEXT_GRADIENT } from './const';
export declare type TextStyleAlign = 'left' | 'center' | 'right' | 'justify';
export declare type TextStyleFill = string | string[] | number | number[] | CanvasGradient | CanvasPattern;
export declare type TextStyleFontStyle = 'normal' | 'italic' | 'oblique';
export declare type TextStyleFontVariant = 'normal' | 'small-caps';
export declare type TextStyleFontWeight = 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900';
export declare type TextStyleLineJoin = 'miter' | 'round' | 'bevel';
export declare type TextStyleTextBaseline = 'alphabetic' | 'top' | 'hanging' | 'middle' | 'ideographic' | 'bottom';
export declare type TextStyleWhiteSpace = 'normal' | 'pre' | 'pre-line';
export type TextStyleAlign = 'left' | 'center' | 'right' | 'justify';
export type TextStyleFill = string | string[] | number | number[] | CanvasGradient | CanvasPattern;
export type TextStyleFontStyle = 'normal' | 'italic' | 'oblique';
export type TextStyleFontVariant = 'normal' | 'small-caps';
export type TextStyleFontWeight = 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900';
export type TextStyleLineJoin = 'miter' | 'round' | 'bevel';
export type TextStyleTextBaseline = 'alphabetic' | 'top' | 'hanging' | 'middle' | 'ideographic' | 'bottom';
export type TextStyleWhiteSpace = 'normal' | 'pre' | 'pre-line';
/**

@@ -11,0 +11,0 @@ * Generic interface for TextStyle options.

{
"name": "@pixi/text",
"version": "7.3.2",
"version": "7.3.3",
"main": "lib/index.js",

@@ -39,5 +39,5 @@ "module": "lib/index.mjs",

"peerDependencies": {
"@pixi/core": "7.3.2",
"@pixi/sprite": "7.3.2"
"@pixi/core": "7.3.3",
"@pixi/sprite": "7.3.3"
}
}
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