diff options
| author | Fuwn <[email protected]> | 2025-05-31 08:06:07 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-31 08:06:07 +0000 |
| commit | e7f6c44b7ce3c339a16cf2f5eeea4bfcdaacb8c2 (patch) | |
| tree | e8c485228e573d4452acdb239f06ee5daf4ab813 | |
| parent | docs(assets): Add demo GIF (diff) | |
| download | para-e7f6c44b7ce3c339a16cf2f5eeea4bfcdaacb8c2.tar.xz para-e7f6c44b7ce3c339a16cf2f5eeea4bfcdaacb8c2.zip | |
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,13 +2,14 @@  -[](https://crates.io/crates/para-cli) -[](https://github.com/Fuwn/para/actions/workflows/rust.yaml) - ## What? A decoder and utility for the Flipnote Studios `.ppm` animation format. +<br /> + +<p align="center"><img src="assets/demo.gif" width="65%"></center> + ## Why this implementation over [the original](https://github.com/Flipnote-Collective/ppm-parser)? This implementation is |