@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
@@ -4415,7 +4415,7 @@ var converterSlice = function converterSlice(set, get) {
|
|
4415
4415
|
use3dddPlus.getState().fabricCanvas.discardActiveObject();
|
4416
4416
|
var text = new fabric.fabric.Text('NEW TEXT', {
|
4417
4417
|
lineHeight: 1,
|
4418
|
-
fill: '#
|
4418
|
+
fill: '#040404',
|
4419
4419
|
fontFamily: 'Athletic Block',
|
4420
4420
|
fontWeight: 'normal',
|
4421
4421
|
top: use3dddPlus.getState().fabricCanvas.height / 2 - 40,
|