-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I use this lib with ES6 import? #11
Comments
I don't know about ES6 target. My recommendation is not to use pixi and pixi-display as ES6 imports at all, only as global. If you know how to wrap it, modify "bin/pixi-display.js" the way you want it. |
If you find the way it works, I'll try to modify TS source that way too. |
Can you explain why it is recommended to use PIXI as a global variable? Thank you! By the way, I will try to make it work with es6 import/export :) |
+1 |
Hi @lgraziani2712 , you could try also I used http://scottmcdonnell.github.io/pixi-examples/index.html?s=display&f=zorder.js&title=Z-order&plugins=pixi-display example |
Doesn't it seem wrong that you should "have" to import PIXI as *, rather than just importing the pieces you need in that module? Either way, I realized that I can achieve the same things I wanted to use this plugin for by just designing with more Containers, and gave up on trying to make it work with my setup. |
you also could do like this |
Just put bin in your repo. It works! |
you can require this js
|
Simply |
FYI, you can do this to augment PIXI types with this lib's types too (requires typescript 3.8):
|
I had some trouble setting up my dev environment. I am using webpack via Laravels mix configuration. The import instructions from the docs work for me excpet I get a lot of warning when compiling: |
I'm trying to use this addon, but I'm getting errors like this one:
DisplayGroup is not a constructor
when I try to import frompixi-display
.How can I use it if there is no export statement?
Thank you
The text was updated successfully, but these errors were encountered: