mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Update embeddable.ts
This commit is contained in:
parent
381178d236
commit
c06e775517
1 changed files with 2 additions and 2 deletions
|
@ -287,7 +287,7 @@ export const getEmbedLink = (
|
|||
srcdoc: () =>
|
||||
createSrcDoc(`
|
||||
<iframe
|
||||
src="https://web.tutar.app?api-key=<API-KEY>"
|
||||
src="${safeURL}"
|
||||
id="3d-viewer"
|
||||
allow="camera"
|
||||
allowFullScreen ></iframe>
|
||||
|
@ -310,7 +310,7 @@ export const getEmbedLink = (
|
|||
srcdoc: () =>
|
||||
createSrcDoc(`
|
||||
<iframe
|
||||
src="https://web.tutar.app?api-key=<API-KEY>"
|
||||
src="${safeURL}"
|
||||
id="3d-viewer"
|
||||
allow="camera"
|
||||
allowFullScreen ></iframe>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue