@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.
- package/dist/logoeditor.cjs.development.js +4 -4
- package/dist/logoeditor.cjs.development.js.map +1 -1
- package/dist/logoeditor.cjs.production.min.js +1 -1
- package/dist/logoeditor.cjs.production.min.js.map +1 -1
- package/dist/logoeditor.esm.js +4 -4
- package/dist/logoeditor.esm.js.map +1 -1
- package/package.json +1 -1
@@ -3582,11 +3582,11 @@ var optionpresets = {
|
|
3582
3582
|
// Tracing
|
3583
3583
|
corsenabled: true,
|
3584
3584
|
ltres: 0.08,
|
3585
|
-
qtres: 0.
|
3585
|
+
qtres: 0.1,
|
3586
3586
|
pathomit: 8,
|
3587
3587
|
rightangleenhance: true,
|
3588
3588
|
// Color quantization
|
3589
|
-
colorsampling:
|
3589
|
+
colorsampling: 10,
|
3590
3590
|
numberofcolors: 8,
|
3591
3591
|
mincolorratio: 0,
|
3592
3592
|
colorquantcycles: 3,
|
@@ -3603,7 +3603,7 @@ var optionpresets = {
|
|
3603
3603
|
qcpr: 0,
|
3604
3604
|
// Blur
|
3605
3605
|
blurradius: 0,
|
3606
|
-
blurdelta: 20 //20
|
3606
|
+
blurdelta: 20 //20
|
3607
3607
|
},
|
3608
3608
|
|
3609
3609
|
'jpg': {
|
@@ -3631,7 +3631,7 @@ var optionpresets = {
|
|
3631
3631
|
qcpr: 0,
|
3632
3632
|
// Blur
|
3633
3633
|
blurradius: 0,
|
3634
|
-
blurdelta: 20 //20
|
3634
|
+
blurdelta: 20 //20
|
3635
3635
|
},
|
3636
3636
|
|
3637
3637
|
'posterized1': {
|