Added TypeScript implementation of the library#59
Conversation
First stab at a TypeScript implementation of the library. The comments might not have fully gotten ported over, but I'm pretty sure the logic is all there!
|
😲 Wow!! This is awesome! Let's get it all set up with separate modules and hooked into the build script. I do want to tackle the positioning issues before porting everything, but after that I will start integrating this. Thanks! |
|
Which position issues are you still seeing? I have notice 2. The one I commented on, which is fixed by adding I can work on separating the different classes into individual files. I'm also working on making the backdrop fade in/out. I'm using this in one of my projects ATM, so I'm invested in making it better |
|
Ok, I fixed a couple of bugs in this PR. I'm now running the TS in my project and it is fully functional. I'll start working on the backdrop, making it more polished. |
First stab at a TypeScript implementation of the library. The comments might not have fully gotten ported over, but I'm pretty sure the logic is all there!