three-text 0.2.6 → 0.2.8

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 CHANGED
@@ -315,7 +315,8 @@ interface LayoutOptions {
315
315
  exhyphenpenalty?: number;
316
316
  doublehyphendemerits?: number;
317
317
  looseness?: number;
318
- disableSingleWordDetection?: boolean;
318
+ disableShortLineDetection?: boolean;
319
+ shortLineThreshold?: number;
319
320
  }
320
321
 
321
322
  interface GlyphData {