Skip to content

brysem/typescript-canvas

 
 

Repository files navigation

typescript-canvas

A basic typescript canvas starter project. Uses webpack to process typescript files and minify.

npm install

npm run watch

  • Code typscript in the src folder, watch it appear in the dist folder.
  • Main.ts is the entry point for the game
  • index.html has a basic 1280x720 canvas on it, and links to the packed main.js

About

A basic typescript canvas starter project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.2%
  • JavaScript 26.1%
  • HTML 5.6%
  • CSS 4.1%