I'm in... and a framework

I've made most of my past entries in HTML with Javascript. Typically I start each entry by extracting the reusable parts from one of my earlier entries. Now, I've decided to switch to TypeScript, and while I'm at it, make a proper starting point for future games. So! Here is my framework, made by refactoring my last entry, Juicefruit Orchard.

I'm sharing this so that everyone can access the code base I'm starting with. But at this early stage, the value proposition for you to use this as your own code base is not very strong. The included library is pretty bare-bones, and I feel that I should put what is there through its paces in one or two jams before I can confidently recommend it to others to use. For now, the best way you can use it is probably to look through and see if there are any pieces you want to extract for your own code base or snippet library.