source: imaps-frontend/node_modules/konva/lib/Core.js

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";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.Konva = void 0;
4var _CoreInternals_1 = require("./_CoreInternals");
5Object.defineProperty(exports, "Konva", { enumerable: true, get: function () { return _CoreInternals_1.Konva; } });
6const _CoreInternals_2 = require("./_CoreInternals");
7module.exports = _CoreInternals_2.Konva;
Note: See TracBrowser for help on using the repository browser.