Files
konva/test/import-test.cjs

7 lines
148 B
JavaScript
Raw Normal View History

2021-05-05 09:19:24 -05:00
// try to import only core
const Konva = require('../cmj').default;
2021-04-30 09:24:27 -05:00
2021-05-09 08:11:42 -05:00
// just do a simple action
const stage = new Konva.Stage();
stage.toDataURL();