Skip to content

docs: add deno example#1396

Merged
thewtex merged 2 commits intoInsightSoftwareConsortium:mainfrom
thewtex:deno-example
Jun 13, 2025
Merged

docs: add deno example#1396
thewtex merged 2 commits intoInsightSoftwareConsortium:mainfrom
thewtex:deno-example

Conversation

@thewtex
Copy link
Copy Markdown
Member

@thewtex thewtex commented Jun 12, 2025

No description provided.

@thewtex
Copy link
Copy Markdown
Member Author

thewtex commented Jun 12, 2025

Closes #1384

@thewtex thewtex requested a review from Copilot June 12, 2025 19:29
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread examples/deno/src/itk-convert.ts Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@thewtex thewtex merged commit c378b69 into InsightSoftwareConsortium:main Jun 13, 2025
82 of 156 checks passed
@thewtex thewtex deleted the deno-example branch June 13, 2025 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants