mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
chore: post publish docs & examples changes (#9217)
This commit is contained in:
parent
d587b8a3de
commit
69bc5bdaab
18 changed files with 256 additions and 388 deletions
|
@ -12,7 +12,7 @@ if (ExecutionEnvironment.canUseDOM) {
|
|||
const Excalidraw = React.forwardRef((props, ref) => {
|
||||
if (!window.EXCALIDRAW_ASSET_PATH) {
|
||||
window.EXCALIDRAW_ASSET_PATH =
|
||||
"https://esm.sh/@excalidraw/excalidraw@0.18.0-rc.5/dist/prod/";
|
||||
"https://esm.sh/@excalidraw/excalidraw@0.18.0/dist/prod/";
|
||||
}
|
||||
|
||||
const { colorMode } = useColorMode();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue