Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pixi/canvas-extract

Package Overview
Dependencies
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/canvas-extract - npm Package Compare versions

Comparing version 7.2.0-beta.4 to 7.2.0-rc

3

lib/CanvasExtract.d.ts

@@ -5,2 +5,3 @@ import { Rectangle, RenderTexture } from '@pixi/core';

import type { DisplayObject } from '@pixi/display';
import type { IExtract } from '@pixi/extract';
/**

@@ -13,3 +14,3 @@ * The extract manager provides functionality to export content from the renderers.

*/
export declare class CanvasExtract implements ISystem {
export declare class CanvasExtract implements ISystem, IExtract {
/** @ignore */

@@ -16,0 +17,0 @@ static extension: ExtensionMetadata;

{
"name": "@pixi/canvas-extract",
"version": "7.2.0-beta.4",
"version": "7.2.0-rc",
"main": "lib/index.js",

@@ -38,7 +38,8 @@ "module": "lib/index.mjs",

],
"pixiRequirements": [
"@pixi/canvas-renderer",
"@pixi/core",
"@pixi/display"
]
"peerDependencies": {
"@pixi/canvas-renderer": "7.2.0-rc",
"@pixi/core": "7.2.0-rc",
"@pixi/display": "7.2.0-rc",
"@pixi/extract": "7.2.0-rc"
}
}

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