1
0
mirror of https://github.com/konvajs/konva.git synced 2025-04-24 11:08:44 +08:00
konva/test/import-test.cjs
Anton Lavrenov cb55ec8706 export fixes
2021-09-23 16:17:14 -05:00

7 lines
148 B
JavaScript

// try to import only core
const Konva = require('../cmj').default;
// just do a simple action
const stage = new Konva.Stage();
stage.toDataURL();