Achille Lacoin
Achille Lacoin
In my case, I also add to set the following global var: ```js globalThis._VSCODE_WEB_PACKAGE_TTP = window.trustedTypes?.createPolicy('amdLoader', { createScriptURL(value) { return value; } }) ``` Otherwise I was not able to...
Thanks for creating the issue, I'll take a look. It's remind me of https://github.com/excalidraw/excalidraw-vscode/issues/41
Great find, can you create a PR ?
Another usecase: I would love to use devbox for writing portable scripts (by leveraging shebangs). See https://yukiisbo.red/notes/spice-up-with-nix-scripts/
I tried to update it, but it looks like the `@excalidraw/excalidraw@next` package does not contains these changes. Am I missing something @dwelle ?
FYI: - the last stable version of the excalidraw package (0.17.6) was published 6 months ago - nightly release seems broken So I'm kinda stuck here
I played a bit with the beta release on [smallweb](https://www.smallweb.run/), it works quite well: https://excalidraw.smallweb.run I probably want to use this upgrade as an opportunity to move from create react...
Here is a vsix of the extension containing the latest excalidraw release: [excalidraw.zip](https://github.com/user-attachments/files/19185419/excalidraw.zip) It would be neat to get some of you to try it before I release it to...
Ok I just published it to the vscode store, it should be up in a few mins :)