canvas-editor-engine 1.0.53 → 1.0.55

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "1.0.53",
3
+ "version": "1.0.55",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
File without changes
File without changes
File without changes
File without changes
Binary file
Binary file
@@ -1,24 +0,0 @@
1
- export interface IExcretionsCoords {
2
- start?: {
3
- x: number;
4
- y: number;
5
- };
6
- end?: {
7
- x: number;
8
- y: number;
9
- };
10
- }
11
- export interface IExcretionTempStart {
12
- start: {
13
- x: number;
14
- y: number;
15
- };
16
- }
17
- export interface IExcretionTempEnd {
18
- end: {
19
- x: number;
20
- y: number;
21
- };
22
- }
23
- export type TExcretionTempCoords = (IExcretionTempStart | IExcretionTempEnd)[];
24
- export type TExcretionState = 'create' | 'add' | 'remove' | 'end' | 'abandoned';
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- ;
4
- ;
5
- ;