Closed kalwalt closed 2 years ago
I'm trying to make a simple Typescript example, I will post a link when is almost ready but for now i can say that some tpe defs need more entry, for example if you want to use the grayscale function from imgproc class it doesn't exist:
https://github.com/webarkit/jsfeatNext/blob/bf5e8815902c0b31051d8e3a652bf0f66951530a/types/src/imgproc/imgproc.d.ts#L1-L6
The result is an error that not let to import it.
solved with #14
I'm trying to make a simple Typescript example, I will post a link when is almost ready but for now i can say that some tpe defs need more entry, for example if you want to use the grayscale function from imgproc class it doesn't exist:
https://github.com/webarkit/jsfeatNext/blob/bf5e8815902c0b31051d8e3a652bf0f66951530a/types/src/imgproc/imgproc.d.ts#L1-L6
The result is an error that not let to import it.