mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
![]() |
// try to import only core
|
||
|
const Konva = require('../');
|
||
|
|
||
|
// just do a simple action
|
||
|
const stage = new Konva.Stage();
|
||
|
stage.toDataURL();
|