I recently completed the installation of Pixi.js by running npm install pixi.js
and tsd install pixi.js
. Everything seems to be working correctly, except for a small issue - the definitions file from tsd contains a comment:
//Type definitions for Pixi.js v3.0.10-dev
In addition, my dist .js
file states:
//pixi.js - v3.0.9 (there is a version mismatch, but it shouldn't be critical)
My main question is whether there is a list of changes between the examples shared on the official Pixi.js website and the current version (v3.x.x)?
(Finding this information has been challenging due to the number of smartphone-related results when searching for "PIXI v2/v3". As a mobile app developer, I have faced situations where my searches get mixed up with PIXI 2/3 comparisons - #HateMyGoogleProfiling :))
Thank you in advance!