diff --git a/README.md b/README.md index 696e1b0..1bc24dc 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,11 @@ Fastwave - Decoder Interface

+

Diagrams - open, edit, JS API

+

+ Fastwave - Diagrams +

+ --- ### Installation (desktop version): diff --git a/docs/video_diagrams.gif b/docs/video_diagrams.gif new file mode 100644 index 0000000..c8a16d5 Binary files /dev/null and b/docs/video_diagrams.gif differ diff --git a/frontend/typescript/excalidraw_canvas/README.md b/frontend/typescript/excalidraw_canvas/README.md index 43b1d4c..8544cb2 100644 --- a/frontend/typescript/excalidraw_canvas/README.md +++ b/frontend/typescript/excalidraw_canvas/README.md @@ -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` diff --git a/frontend/typescript/pixi_canvas/README.md b/frontend/typescript/pixi_canvas/README.md index b918c2a..18866f1 100644 --- a/frontend/typescript/pixi_canvas/README.md +++ b/frontend/typescript/pixi_canvas/README.md @@ -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` diff --git a/frontend/typescript/tauri_glue/README.md b/frontend/typescript/tauri_glue/README.md index 1071d03..ddda599 100644 --- a/frontend/typescript/tauri_glue/README.md +++ b/frontend/typescript/tauri_glue/README.md @@ -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`