mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 08:46:44 +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