react-design-editor 0.0.62 → 0.0.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -18,7 +18,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
18
18
|
};
|
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
20
|
exports.CanvasObject = exports.Canvas = void 0;
|
|
21
|
-
__exportStar(require("./Canvas"), exports);
|
|
22
21
|
var Canvas_1 = require("./Canvas");
|
|
23
22
|
Object.defineProperty(exports, "Canvas", { enumerable: true, get: function () { return __importDefault(Canvas_1).default; } });
|
|
24
23
|
var CanvasObject_1 = require("./CanvasObject");
|
package/package.json
CHANGED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* MediaElement.js
|
|
3
|
-
* http://www.mediaelementjs.com/
|
|
4
|
-
*
|
|
5
|
-
* Wrapper that mimics native HTML5 MediaElement (audio and video)
|
|
6
|
-
* using a variety of technologies (pure JavaScript, Flash, iframe)
|
|
7
|
-
*
|
|
8
|
-
* Copyright 2010-2017, John Dyer (http://j.hn/)
|
|
9
|
-
* License: MIT
|
|
10
|
-
*
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/*! Fabric.js Copyright 2008-2015, Printio (Juriy Zaytsev, Maxim Chernyak) */
|
|
14
|
-
|
|
15
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* @license
|
|
19
|
-
* Lodash <https://lodash.com/>
|
|
20
|
-
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
21
|
-
* Released under MIT license <https://lodash.com/license>
|
|
22
|
-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
23
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
24
|
-
*/
|