Nuacht

Originally, I created this solution for personal use due to my preference of not including the .js extension in TypeScript import/export statements when compiling my TypeScript project to ES Module.
There seems to be some confusion when it comes to JavaScript modules. Some developers are unsure of how they work and why are various ways that they can be used. To clear up some of these ...
Javascript extension for Tiled to export plain tile data. I searched the web to find something to just export tile numbers in a tilemap, in binary. Could not find anything. So, I made my own! I hope ...