We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc66261 commit 79257a1Copy full SHA for 79257a1
packages/excalidraw/scene/export.ts
@@ -339,7 +339,7 @@ export const exportToSvg = async (
339
assetPath =
340
window.EXCALIDRAW_ASSET_PATH ||
341
`https://unpkg.com/${import.meta.env.VITE_PKG_NAME}@${
342
- import.meta.env.PKG_VERSION
+ import.meta.env.VITE_PKG_VERSION
343
}`;
344
345
if (assetPath?.startsWith("/")) {
0 commit comments