video_diagrams.gif

This commit is contained in:
Martin Kavík 2024-10-13 18:49:26 +02:00
parent 04917b5b02
commit d126b88686
5 changed files with 8 additions and 3 deletions

View file

@ -64,6 +64,11 @@
<img width="500" src="docs/screenshot_world_wit.png" alt="Fastwave - Decoder Interface" />
</p>
<p align="center">Diagrams - open, edit, JS API</p>
<p align="center">
<img width="800" src="docs/video_diagrams.gif" alt="Fastwave - Diagrams" />
</p>
---
### Installation (desktop version):

BIN
docs/video_diagrams.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 764 KiB

View file

@ -2,7 +2,7 @@ Init
- `npm install && cp -r locales node_modules/@excalidraw/excalidraw/types/`
Watch & build (without typechecking)
- `node_modules/.bin/esbuild excalidraw_canvas.ts --bundle --outfile=../bundles/excalidraw_canvas.js --format=esm --watch`
- `node_modules/.bin/esbuild excalidraw_canvas.ts --bundle --minify --outfile=../bundles/excalidraw_canvas.js --format=esm --watch`
Watch & typecheck (without building)
- `node_modules/.bin/tsc excalidraw_canvas.ts --watch -noEmit --preserveWatchOutput --target esnext --module esnext --moduleResolution bundler`

View file

@ -2,7 +2,7 @@ Init
- `npm install`
Watch & build (without typechecking)
- `node_modules/.bin/esbuild pixi_canvas.ts --bundle --outfile=../bundles/pixi_canvas.js --format=esm --watch`
- `node_modules/.bin/esbuild pixi_canvas.ts --bundle --minify --outfile=../bundles/pixi_canvas.js --format=esm --watch`
Watch & typecheck (without building)
- `node_modules/.bin/tsc pixi_canvas.ts --watch -noEmit --preserveWatchOutput --target esnext --module esnext --moduleResolution bundler`

View file

@ -2,7 +2,7 @@ Init
- `npm install`
Watch & build (without typechecking)
- `node_modules/.bin/esbuild tauri_glue.ts --bundle --outfile=../bundles/tauri_glue.js --format=esm --watch`
- `node_modules/.bin/esbuild tauri_glue.ts --bundle --minify --outfile=../bundles/tauri_glue.js --format=esm --watch`
Watch & typecheck (without building)
- `node_modules/.bin/tsc tauri_glue.ts --watch -noEmit --preserveWatchOutput --target esnext --module esnext --moduleResolution bundler`