Yordan Kanchelov
Yordan Kanchelov
Currently, I don't have a working solution for that. Maybe from this setup, there is a way to create a build script that will bundle a single file for you,...
@buryo I fixed those problems. There was a missing import in the DefaultBoxGenerator
@Mwni I tested it with these latest changes. Btw It is exported as default so `import TextInput from "pixi-text-input"` would work too without the curly braces
For me, no. ( all my projects are with typescript and currently, you are not exporting any d.ts for a beginning ). As an advice, you could use this template...
If I have some free time I will. About the typescript thing .. it's really something like the modern type of writing javascript, but provides you some compile-time errors that...
@Mwni My thought was to include it as npm package so you could be able to let's say `npm install pixi-text-input ` and then include it like that `import {...
@buryo can you try and then confirm if let's say this package works for you https://github.com/jkanchelov/pixi-fps
Later today or tomorrow I will push the things you need to make it work and will go with pull request and if @Mwni approves it and publish the package...
@Kurt-Montanaro i am using it from my fork but it’s still in a very ugly and early phase