-
Notifications
You must be signed in to change notification settings - Fork 95
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
Pixijs V5 support and import #71
Comments
I have the same question with you.But I think this doesn't compatible with pixi v5. I have modify relative files in the src file fold。I don't know how to tsc these files to js and .d.ts file. |
@alaa-eddine Do you accept contributions? I could take a look. |
Try PIXI-UI: https://github.com/pixijs/pixi-ui |
@SukantPal Oh wow, thank you! |
@kibertoad P.S. Pixi-UI/PuxiJS needs contributions, if you're still looking for a place to contribute to :) |
Hello,
I've just started to develop with pixi and I wanted to use EZGUI. But I can't handle to proper import EZGUI.
It always says EZGUI.d.ts is no module (as there are no exported modules)
import "ezgui" works gives no error, but EZGUI variable is not defined. I tried to use Webpack to import directly from ezgui.js but then pixi is not defined as it is part of the main.js file.
So I have a few questions:
The text was updated successfully, but these errors were encountered: