mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 13:26:07 +08:00
export fixes
This commit is contained in:
6
test/import-test.cjs
Normal file
6
test/import-test.cjs
Normal file
@@ -0,0 +1,6 @@
|
||||
// try to import only core
|
||||
const Konva = require('../cmj').default;
|
||||
|
||||
// just do a simple action
|
||||
const stage = new Konva.Stage();
|
||||
stage.toDataURL();
|
||||
Reference in New Issue
Block a user