mce 0.15.19 → 0.15.21

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/README.md CHANGED
@@ -45,7 +45,6 @@ npm i mce
45
45
  svg(),
46
46
  ],
47
47
  theme: 'system',
48
- viewMode: 'edgeless',
49
48
  watermark: '/example.jpg',
50
49
  checkerboard: true,
51
50
  checkerboardStyle: 'grid',
@@ -4,7 +4,7 @@ type __VLS_Props = {
4
4
  resizeStrategy?: 'lockAspectRatio' | 'lockAspectRatioDiagonal';
5
5
  selectedArea?: Aabb2D;
6
6
  };
7
- declare var __VLS_13: {
7
+ declare var __VLS_14: {
8
8
  box: {
9
9
  left: number;
10
10
  top: number;
@@ -13,7 +13,7 @@ declare var __VLS_13: {
13
13
  rotate: number;
14
14
  borderRadius: number;
15
15
  };
16
- }, __VLS_15: {
16
+ }, __VLS_16: {
17
17
  box: {
18
18
  left: number;
19
19
  top: number;
@@ -24,9 +24,9 @@ declare var __VLS_13: {
24
24
  };
25
25
  };
26
26
  type __VLS_Slots = {} & {
27
- transformable?: (props: typeof __VLS_13) => any;
27
+ transformable?: (props: typeof __VLS_14) => any;
28
28
  } & {
29
- default?: (props: typeof __VLS_15) => any;
29
+ default?: (props: typeof __VLS_16) => any;
30
30
  };
31
31
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
32
32
  transformable: Readonly<import("vue").ShallowRef<({