I am trying to load images in pixi, but it seems the loader needs paths relative to the URL. I am working through a Flask server and the image URL folder is not exposed. Any other way I can point loader to an image relative to file path on the server (not url?)
loader = PIXI.loader,
loader.add("images/pixie96x48.png").load(setup);