mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
refactor(es modules): migrate colorUtils
This commit is contained in:
parent
364f33975f
commit
b425a9daf6
12 changed files with 63 additions and 49 deletions
1
src/types/global.d.ts
vendored
1
src/types/global.d.ts
vendored
|
|
@ -12,6 +12,7 @@ interface Window {
|
|||
};
|
||||
pack: IPack;
|
||||
grig: IGrid;
|
||||
d3: typeof d3;
|
||||
}
|
||||
|
||||
interface Node {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue