Skip to content

A template to start HTML canvas projects using TypeScript.

Notifications You must be signed in to change notification settings

geocarlos/ts-canvas-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TS Canvas Template

This is a template to start projects using HTML canvas with TypeScript.

Install the dependencies

npm i

Transpile the TypeScript code

npm run build

The current configuration does not handle importing without the extension. Therefore, to import a local module named MyModule, you should do it like:

import MyModule from "./MyModule.js"

About

A template to start HTML canvas projects using TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published