canvas-editor-engine 1.0.53 → 1.0.55

Sign up to get free protection for your applications and to get access to all the features.
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
- ;