-
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.
docs(python): Start packages table with compress-stringify
- Loading branch information
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
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/> Package | 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/ |