-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #884 from thewtex/packages-docs
Packages docs
- Loading branch information
Showing
10 changed files
with
52 additions
and
6 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Packages | ||
|
||
Example packages built with itk-wasm can be found below. If you created a | ||
package, please [open a pull | ||
request](https://github.com/InsightSoftwareConsortium/itk-wasm/compare) to add it to the table! | ||
|
||
| <img width=100/> Repository | <img width=250/> Description | <img width=200/> Links | | ||
|-----------------------------|------------------------------|:----------------------:| | ||
| [@itk-wasm/compress-stringify][compress-stringify-repo] | *Zstandard compression and decompression and base64 encoding and decoding in WebAssembly.* | ![js][js-logo] ![ts][ts-logo] <br/>[💻][compress-stringify-demo-js] [🕮][compress-stringify-docs-js] [📦][compress-stringify-package-js] <br/> <br/> ![py][py-logo] <br/>[💻][compress-stringify-demo-py] [🕮][compress-stringify-docs-py] [📦][compress-stringify-package-py] | | ||
|
||
[js-logo]: ../assets/javascript-logo.svg | ||
[ts-logo]: ../assets/typescript-logo.svg | ||
[py-logo]: ../assets/python.svg | ||
|
||
[compress-stringify-repo]: https://github.com/InsightSoftwareConsortium/itk-wasm/tree/main/packages/compress-stringify | ||
[compress-stringify-demo-js]: https://itk-compress-stringify-app.on.fleek.co/ | ||
[compress-stringify-docs-js]: https://itk-compress-stringify-docs.on.fleek.co/ | ||
[compress-stringify-package-js]: https://www.npmjs.com/package/@itk-wasm/compress-stringify | ||
[compress-stringify-demo-py]: https://itk-compress-stringify-py-app.on.fleek.co/ | ||
[compress-stringify-docs-py]: https://itk-wasm-compress-stringify-python-docs.on.fleek.co/ | ||
[compress-stringify-package-py]: https://pypi.org/project/itkwasm-compress-stringify/ |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Packages | ||
|
||
Example packages built with itk-wasm can be found below. If you created a | ||
package, please [open a pull | ||
request](https://github.com/InsightSoftwareConsortium/itk-wasm/compare) to add it to the table! | ||
|
||
| <img width=200/> Repository | Description | <img width=200/> Links | | ||
|-----------------------------|------------------------------|:----------------------:| | ||
| [itkwasm-compress-stringify][compress-stringify-repo] | *Zstandard compression and decompression and base64 encoding and decoding in WebAssembly.* | [💻][compress-stringify-demo-py] [🕮][compress-stringify-docs-py] [📦][compress-stringify-package-py] | | ||
|
||
[compress-stringify-repo]: https://github.com/InsightSoftwareConsortium/itk-wasm/tree/main/packages/compress-stringify | ||
[compress-stringify-demo-py]: https://itk-compress-stringify-py-app.on.fleek.co/ | ||
[compress-stringify-docs-py]: https://itk-wasm-compress-stringify-python-docs.on.fleek.co/ | ||
[compress-stringify-package-py]: https://pypi.org/project/itkwasm-compress-stringify/ |