Mathieu Anthoine Posted October 11, 2016 Share Posted October 11, 2016 Hi, Is there a way to access Pixi v3 documentation please ? some v4 bugs make it's usage impossible for me, so I need to stay on v3 Thank you Quote Link to comment Share on other sites More sharing options...
xerver Posted October 11, 2016 Share Posted October 11, 2016 You can clone the repository, checkout the tag of the version you are using, and generate the documentation using `npm run docs`. # clone the repo git clone https://github.com/pixijs/pixi.js.git # move into that folder cd pixi.js # checkout your version tag git checkout v3.0.11 # install development dependencies npm install # generate the documentation. npm run docs Quote Link to comment Share on other sites More sharing options...
Mathieu Anthoine Posted October 11, 2016 Author Share Posted October 11, 2016 Great ! Thank you Chad ! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.