mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
7 lines
148 B
JavaScript
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();
|