docs: add deno example#1396
Merged
thewtex merged 2 commits intoInsightSoftwareConsortium:mainfrom Jun 13, 2025
Merged
Conversation
Member
Author
|
Closes #1384 |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a Deno example for the ITK-Wasm project, demonstrating how to convert image and mesh files using a command line interface.
- Adds a Deno CLI script (itk-convert.ts) with conversion logic.
- Introduces configuration files (deno.json, README.md, .gitignore).
- Updates documentation and CI workflows to include the Deno example.
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| examples/deno/src/itk-convert.ts | Implements the Deno CLI conversion script using ITK-Wasm image and mesh IO. |
| examples/deno/deno.json | Provides configuration and a testing task for the Deno example. |
| examples/deno/README.md | Documents installation, usage, and development steps for the Deno example. |
| examples/deno/.gitignore | Excludes generated files (e.g., logo.tif) from version control. |
| docs/typescript/distribution/index.md | Updates the distribution index to include the new Deno guide. |
| docs/typescript/distribution/deno.md | Provides detailed documentation on using ITK-Wasm in a Deno project. |
| .github/workflows/examples.yml | Adds a GitHub Actions job to test the Deno example on CI. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
c378b69
into
InsightSoftwareConsortium:main
82 of 156 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.