text-shaper 0.1.8 → 0.1.10

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.
@@ -190,6 +190,7 @@ export interface ExecContext {
190
190
  pointSize: number;
191
191
  scale: number;
192
192
  scaleFix: number;
193
+ lightMode: boolean;
193
194
  error: string | null;
194
195
  instructionCount: number;
195
196
  maxInstructions: number;