export fixes

This commit is contained in:
Anton Lavrenov
2021-09-23 16:17:14 -05:00
parent 03b9ac1aaa
commit cb55ec8706
3 changed files with 15 additions and 7 deletions

6
test/import-test.cjs Normal file
View 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();