Zermil / TS-Paint

Mini paint-like program written in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TS-Paint

Small paint-like program written in typescript, with the goal of learning/understanding canvas API a little better.

Build/Compile

You just need to open index.html in your browser of choice.

Notes

In case you want to play around with the code, the only thing you need is globally installed typescript's compiler.

You can run:

> tsc -w

in project's main directory.

You can then change main.ts however you like, the compiler will update the corresponding main.js file after every change/save.

About

Mini paint-like program written in TypeScript


Languages

Language:TypeScript 44.7%Language:JavaScript 44.1%Language:HTML 6.8%Language:CSS 4.4%