feat: improve build tools, expose types

This commit is contained in:
Anthony Fu
2024-02-21 11:41:57 +01:00
parent 668ba82ac8
commit a540447a45
9 changed files with 2030 additions and 527 deletions

4
src/constants.ts Normal file
View File

@@ -0,0 +1,4 @@
export const SVG_NS = 'http://www.w3.org/2000/svg';
export const DEFAULT_ANIMATION_DURATION = 800;