jdan / isomer

Simple isometric graphics library for HTML5 canvas
http://jdan.github.io/isomer
MIT License
2.88k stars 138 forks source link

feat: typescript version + mutability #103

Closed dht closed 5 months ago

dht commented 2 years ago

A typescript version of the package. I've added mutability to reduce the number instances created. wdyt? the benefits are less instances, the draw side is the need to duplicate() in order to create a new instance from an existing one. Love the package btw, great work @jdan. No dependencies, clean code, everything is tight and elegant.