11 lines
179 B
JavaScript
11 lines
179 B
JavaScript
/**
|
|
* Based on ReactArt.js
|
|
* Copyright (c) 2017-present Lavrenov Anton.
|
|
* All rights reserved.
|
|
*
|
|
* MIT
|
|
*/
|
|
'use strict';
|
|
import 'konva';
|
|
export * from './ReactKonvaCore.js';
|