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

@pixi/react

Package Overview
Dependencies
Maintainers
5
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/react - npm Package Compare versions

Comparing version 8.0.0-beta.1 to 8.0.0-beta.2

2

package.json
{
"name": "@pixi/react",
"version": "8.0.0-beta.1",
"version": "8.0.0-beta.2",
"description": "Write PixiJS applications using React declarative style.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -85,3 +85,3 @@ <p align="center">

One of the most important concepts to understand with Pixi React v7 is `extend`. Normally, Pixi React would have to import all pf Pixi.js to be able to provide the full library as JSX components. Instead, we use an internal catalogue of components populated by the `extend` API. This allows you to define exactly which parts of Pixi.js you want to import, keeping your bundle sizes small.
One of the most important concepts to understand with Pixi React v8 is `extend`. Normally, Pixi React would have to import all pf Pixi.js to be able to provide the full library as JSX components. Instead, we use an internal catalogue of components populated by the `extend` API. This allows you to define exactly which parts of Pixi.js you want to import, keeping your bundle sizes small.

@@ -124,2 +124,6 @@ To allow Pixi React to use a Pixi.js component, pass it to the `extend` API:

###### `attachToDevtools`
Setting `attachToDevtools` to `true` will automatically attach the application to the [Official Pixi.js Devtools](https://chromewebstore.google.com/detail/pixijs-devtools/dlkffcaaoccbofklocbjcmppahjjboce).
###### `defaultTextStyle`

@@ -126,0 +130,0 @@

@@ -8,2 +8,2 @@ import type { ProgressCallback, UnresolvedAsset } from 'pixi.js';

/** @description A function to be called when the asset loader reports loading progress. */
onProgress: ProgressCallback): T;
onProgress?: ProgressCallback): T;

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