@turnix-co/konva-editor 4.0.1 → 4.0.2
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/dist/index.d.ts +10 -0
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -240,6 +240,8 @@ type PhotoFrameElement = {
|
|
|
240
240
|
capturedImageUrl?: string;
|
|
241
241
|
x: number;
|
|
242
242
|
y: number;
|
|
243
|
+
scaleX?: number;
|
|
244
|
+
scaleY?: number;
|
|
243
245
|
width: number;
|
|
244
246
|
height: number;
|
|
245
247
|
rotation: number;
|
|
@@ -331,6 +333,8 @@ type TrueFalse = {
|
|
|
331
333
|
};
|
|
332
334
|
x: number;
|
|
333
335
|
y: number;
|
|
336
|
+
scaleX?: number;
|
|
337
|
+
scaleY?: number;
|
|
334
338
|
dragDropPos?: {
|
|
335
339
|
x: number;
|
|
336
340
|
y: number;
|
|
@@ -372,6 +376,8 @@ type ShortAnswer = {
|
|
|
372
376
|
};
|
|
373
377
|
x: number;
|
|
374
378
|
y: number;
|
|
379
|
+
scaleX?: number;
|
|
380
|
+
scaleY?: number;
|
|
375
381
|
width: number;
|
|
376
382
|
height: number;
|
|
377
383
|
rotation: number;
|
|
@@ -397,6 +403,8 @@ type LongAnswer = {
|
|
|
397
403
|
};
|
|
398
404
|
x: number;
|
|
399
405
|
y: number;
|
|
406
|
+
scaleX?: number;
|
|
407
|
+
scaleY?: number;
|
|
400
408
|
width: number;
|
|
401
409
|
height: number;
|
|
402
410
|
rotation: number;
|
|
@@ -424,6 +432,8 @@ type FillInTheBlanks = {
|
|
|
424
432
|
};
|
|
425
433
|
x: number;
|
|
426
434
|
y: number;
|
|
435
|
+
scaleX?: number;
|
|
436
|
+
scaleY?: number;
|
|
427
437
|
width: number;
|
|
428
438
|
height: number;
|
|
429
439
|
rotation: number;
|