How to use CreateJS on Typescript
This post will be small, but I spent some hours trying to find out how to use the createJS classes in TypeScript, so I think it is worth sharing. The below example is for importing easelJS. The problem of using createJS in TypeScript is that it doesn’t export modules but […]