This commit is contained in:
Anton Lavrevov
2025-08-11 20:34:32 +09:00
parent 8f22d97937
commit e33341d3f6
10 changed files with 94 additions and 82 deletions

View File

@@ -6,7 +6,7 @@ function equal(val1, val2, message) {
// try to import only core from built lib
import Konva from '../lib/Core.js';
import '../lib/setup-node-canvas.js';
import '../lib/canvas-backend.js';
import { Rect } from '../lib/shapes/Rect.js';
equal(Rect !== undefined, true, 'Rect is defined');