Commit 7873cdb
authored
feat: WASM SDK docs, demo integration, site updates (#10)
* demo: ux improvements - drop zone, loading overlay, web worker parse, Line/LineArt off by default
* demo: non-blocking markdown/html rendering via worker + render cache
* chore: clean root PNGs and add /*.png to .gitignore
* feat: add WASM SDK docs, demo integration, and site updates
- Add docs/09-wasm-sdk.md with objectives, advantages, API ref, and use cases
- Update README.md with WebAssembly SDK section, features, and project layout
- Add site pages: quick-start-wasm, api/wasm, guides/wasm-use-cases
- Add WebAssembly tab to site landing page QuickStart
- Add Live Demo link to site hero and footer
- Integrate demo/ build into site/public/demo/ for GitHub Pages
- Update deploy-site workflow to build demo before site
- Add DEMO_BASE_PATH env var to demo vite config for /demo/ base path1 parent ce4f39d commit 7873cdb
67 files changed
Lines changed: 6308 additions & 24 deletions
File tree
- .github/workflows
- .vite/deps
- crates
- edgeparse-core
- src
- output
- pdf
- pipeline
- stages
- edgeparse-wasm
- src
- demo
- e2e
- playwright-report
- public
- worker
- src
- components
- services
- utils
- workers
- test-results
- docs
- sdks/node
- site
- src
- components/landing
- content/docs
- api
- getting-started
- guides
- test-results
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
46 | 60 | | |
47 | 61 | | |
48 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
509 | 533 | | |
510 | 534 | | |
511 | 535 | | |
| |||
0 commit comments