@konoui/mjimage 0.0.37 → 0.0.39

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.cts CHANGED
@@ -926,9 +926,10 @@ export declare class Observer extends BaseActor {
926
926
 
927
927
  export declare const OPERATOR: {
928
928
  readonly TSUMO: "t";
929
- readonly RON: "r";
929
+ readonly RON: "v";
930
930
  readonly DORA: "d";
931
931
  readonly HORIZONTAL: "-";
932
+ readonly RED: "r";
932
933
  readonly COLOR_GRAYSCALE: "^";
933
934
  };
934
935
 
@@ -1309,6 +1310,7 @@ export declare class Tile {
1309
1310
  n?: number;
1310
1311
  remove?: Operator;
1311
1312
  add?: Operator;
1313
+ removeAll?: boolean;
1312
1314
  }): Tile;
1313
1315
  has(op: Operator): boolean;
1314
1316
  isNum(): boolean;
package/dist/index.d.ts CHANGED
@@ -926,9 +926,10 @@ export declare class Observer extends BaseActor {
926
926
 
927
927
  export declare const OPERATOR: {
928
928
  readonly TSUMO: "t";
929
- readonly RON: "r";
929
+ readonly RON: "v";
930
930
  readonly DORA: "d";
931
931
  readonly HORIZONTAL: "-";
932
+ readonly RED: "r";
932
933
  readonly COLOR_GRAYSCALE: "^";
933
934
  };
934
935
 
@@ -1309,6 +1310,7 @@ export declare class Tile {
1309
1310
  n?: number;
1310
1311
  remove?: Operator;
1311
1312
  add?: Operator;
1313
+ removeAll?: boolean;
1312
1314
  }): Tile;
1313
1315
  has(op: Operator): boolean;
1314
1316
  isNum(): boolean;