megaplot
megaplot copied to clipboard
Import ts-node and resolve Karma conflict
Currently, to run the generate-code.ts script, one has to manually install the ts-node package. It is not automatically installed, because it conflicts with Karma.
Somehow we should resolve this conflict so that generating the SpriteView code does not require any special install steps.