mirror of
https://github.com/konvajs/konva.git
synced 2025-10-08 00:14:23 +08:00
refactor
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user