***UPDATE: Success! Managed to solve the issue. It turns out the missing library in the html file was causing the problem. The pixi.min.js file was not present in the haxelib directory, which seems a bit unusual.
Here's a more challenging question: is it possible to integrate pixijs as a renderer/html5 backend in openfl/haxeflixel?
I attempted to incorporate haxe-pixi in openfl/flixel projects for html5, but encountered the same error even after adding pixijs to both the .html file and project.xml files.
I'm struggling to make haxe javascript + Pixi.js library work in flashdevelop.
I've installed haxe, utilized haxelib to download the pixijs library, and included pixijs in my project properties... However, when I run the project in html, all I see is a blank white screen.
Interestingly, I can still use regular javascript features without the pixi library such as buttons and helloworld.
Having come from a flash background, I am fairly new to javascript and haxe... Would greatly appreciate any assistance, thank you in advance!