tests refactor, clean build

This commit is contained in:
Anton Lavrenov
2021-05-05 09:19:24 -05:00
parent cb20f00e4b
commit 7bd5c62ee3
128 changed files with 12283 additions and 23279 deletions

View File

@@ -1,7 +1,7 @@
import { Konva } from './Global';
import { Node } from './Node';
import { Konva } from './Global.js';
import { Node } from './Node.js';
import { Vector2d } from './types';
import { Util } from './Util';
import { Util } from './Util.js';
export const DD = {
get isDragging() {