Create 3D Photo with MouseEvent

Came across an nice Tutorial:

I followed each step. And guess what: It is not even displaying the pic.
Is it because of the Pixi.js library? ???
Well I couldnt find out.
If anyone is able to get the effect, please let me know.
It could give me some new design ideas for the website.

That is added to your site through html code and not javascript.
https://support.wix.com/en/article/adding-html-code
https://support.wix.com/en/article/guidelines-and-limitations-of-the-html-code-and-embed-a-site-elements

If you want to pass data from the html to your page code or vice versa, then you can use onMessage and postMessage in code.
https://www.wix.com/corvid/reference/$w.HtmlComponent.html

I know that you have to use HTML code and can also insert the JS code into html.
My question was if wix is supporting this → " " in an html code.
And if someone is able to get the results.

I would check to see if you can use the pixi.js through Wix’s node manager and use it from there.
https://www.wix.com/corvid/npm-modules
https://support.wix.com/en/article/corvid-managing-external-code-libraries-with-the-package-manager

You can read more about Pixi’s own docs about using the npm here.
http://pixijs.download/release/docs/index.html

Pixi own tutorial and example pages.
https://www.pixijs.com/tutorials
https://pixijs.io/examples/#/demos-basic/container.js

Thx mate. Will have a look into it.

That issue is solved ?