@konoui/mjimage 0.0.38 → 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
 
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