@myoc/element 0.19.514 → 0.19.515
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/dev/index.js +1 -0
- package/dist/dev/index.js.map +2 -2
- package/dist/prod/index.js +1 -1
- package/dist/types/element/src/newElement.d.ts +1 -0
- package/dist/types/element/src/types.d.ts +1 -0
- package/dist/types/excalidraw/actions/actionFrame.d.ts +1 -0
- package/dist/types/excalidraw/actions/actionLinearEditor.d.ts +1 -0
- package/dist/types/excalidraw/scene/Renderer.d.ts +1 -0
- package/package.json +4 -4
package/dist/dev/index.js
CHANGED
|
@@ -20520,6 +20520,7 @@ var newImageElement = (opts) => {
|
|
|
20520
20520
|
strokeColor: "transparent",
|
|
20521
20521
|
status: opts.status ?? "pending",
|
|
20522
20522
|
fileId: opts.fileId ?? null,
|
|
20523
|
+
fileName: opts.fileName ?? null,
|
|
20523
20524
|
scale: opts.scale ?? [1, 1],
|
|
20524
20525
|
crop: opts.crop ?? null
|
|
20525
20526
|
};
|