|
@@ -149,7 +149,7 @@ const saveHandler = async () => {
|
|
const exportHandler = async () => {
|
|
const exportHandler = async () => {
|
|
const { titleShape } = await getStore();
|
|
const { titleShape } = await getStore();
|
|
const blob = await board.value!.export();
|
|
const blob = await board.value!.export();
|
|
- saveAs(blob, `${titleShape.text}.png`);
|
|
|
|
|
|
+ saveAs(blob, `${titleShape.text}.jpg`);
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
|
|
|