mirror of
https://github.com/konvajs/konva.git
synced 2025-08-20 04:51:04 +08:00
8 lines
182 B
JavaScript
8 lines
182 B
JavaScript
// try to import only core
|
|
const Konva = require('../').default;
|
|
require('../lib/setup-node-canvas');
|
|
|
|
// just do a simple action
|
|
const stage = new Konva.Stage();
|
|
stage.toDataURL();
|