@threedddplus/logoeditor 0.0.91 → 0.0.92

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.
@@ -3574,11 +3574,11 @@ var optionpresets = {
3574
3574
  // Tracing
3575
3575
  corsenabled: true,
3576
3576
  ltres: 0.08,
3577
- qtres: 0.01,
3577
+ qtres: 0.1,
3578
3578
  pathomit: 8,
3579
3579
  rightangleenhance: true,
3580
3580
  // Color quantization
3581
- colorsampling: 0,
3581
+ colorsampling: 10,
3582
3582
  numberofcolors: 8,
3583
3583
  mincolorratio: 0,
3584
3584
  colorquantcycles: 3,
@@ -3595,7 +3595,7 @@ var optionpresets = {
3595
3595
  qcpr: 0,
3596
3596
  // Blur
3597
3597
  blurradius: 0,
3598
- blurdelta: 20 //20
3598
+ blurdelta: 20 //20
3599
3599
  },
3600
3600
 
3601
3601
  'jpg': {
@@ -3623,7 +3623,7 @@ var optionpresets = {
3623
3623
  qcpr: 0,
3624
3624
  // Blur
3625
3625
  blurradius: 0,
3626
- blurdelta: 20 //20
3626
+ blurdelta: 20 //20
3627
3627
  },
3628
3628
 
3629
3629
  'posterized1': {