Replies: 1 comment
-
This project uses a different approach but that also means you will need to use the api instead of passing command line arguments. There is no documentation or helper function that can be used to translate this. Most of the methods have the same name as on the command line. For example the command |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks a lot for building this!
my app is run Imagemagic commands through CLI. Is there a documentation or helper functions to help migrating form CLI style like
convert ...
to object oriented api of this module?I saw the other imagemagic wasm project https://github.com/KnicKnic/WASM-ImageMagick?tab=readme-ov-file#high-level-api-and-utilities did allow this, but this project is not maintained any more.
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions