@threedddplus/logoeditor 0.0.96 → 0.0.97
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 +1 -1
- 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 +1 -1
- package/dist/logoeditor.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/logoeditor.esm.js
CHANGED
@@ -4407,7 +4407,7 @@ var converterSlice = function converterSlice(set, get) {
|
|
4407
4407
|
use3dddPlus.getState().fabricCanvas.discardActiveObject();
|
4408
4408
|
var text = new fabric.Text('NEW TEXT', {
|
4409
4409
|
lineHeight: 1,
|
4410
|
-
fill: '#
|
4410
|
+
fill: '#040404',
|
4411
4411
|
fontFamily: 'Athletic Block',
|
4412
4412
|
fontWeight: 'normal',
|
4413
4413
|
top: use3dddPlus.getState().fabricCanvas.height / 2 - 40,
|