main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
364 bytes
|
Line | |
---|
1 | "use strict";
|
---|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
---|
3 | exports.Konva = void 0;
|
---|
4 | var _CoreInternals_1 = require("./_CoreInternals");
|
---|
5 | Object.defineProperty(exports, "Konva", { enumerable: true, get: function () { return _CoreInternals_1.Konva; } });
|
---|
6 | const _CoreInternals_2 = require("./_CoreInternals");
|
---|
7 | module.exports = _CoreInternals_2.Konva;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.