mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
Add Transform
to Konva
default exports. So Konva.Transform
is available now. close #820
This commit is contained in:
@@ -48,4 +48,8 @@ suite('Util', function() {
|
||||
a: 1
|
||||
});
|
||||
});
|
||||
|
||||
test('make sure Transform is exported', () => {
|
||||
assert.equal(!!Konva.Transform, true);
|
||||
})
|
||||
});
|
||||
|
Reference in New Issue
Block a user