Accessing ImageMagick._api & its documentation? #23
-
Hi, Going through source code i can see charcoal filter uses internal api How can i access the api in JS & its documentation about other available methods ? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
There are probably some tricks to access this but the goal of this library is to hide the internals of that API. Feel free to open an issue to request certain methods to be added or feel free to open up a pull request to implement those methods in this library. But or the API you will only have a typescript definition file and the source code that can be found here: https://github.com/dlemstra/Magick.Native |
Beta Was this translation helpful? Give feedback.
-
Here is an example for the vignette method that will become available in the next release: ed3bc9e |
Beta Was this translation helpful? Give feedback.
There are probably some tricks to access this but the goal of this library is to hide the internals of that API. Feel free to open an issue to request certain methods to be added or feel free to open up a pull request to implement those methods in this library. But or the API you will only have a typescript definition file and the source code that can be found here: https://github.com/dlemstra/Magick.Native