esveegee
date: Apr 13 12:59:07 2020 tags: SVG, TypeScript
Build
To build it:
tsc -build -watch
Test
npm test
TODO: esbuild (+ src + build directories, are tsconfig.json en tslint used?)
Source
Internals
Extensive use of TypeScript extension methods to prevent instantiating object per primitive (or mixins?)
Credits
Many thanks to Peter Collingridge. The information on his site was of tremendous use.
http://www.petercollingridge.co.uk/
Check it out if you are intested in (interactive) SVG, Graphics, Bio informatics and so on.