@pixi/react
Advanced tools
Comparing version 8.0.0-beta.1 to 8.0.0-beta.2
{ | ||
"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
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
523909
376