webarkit / jsfeatNext

Typescript version of jsfeat with typescript definitions.
GNU Lesser General Public License v2.1
8 stars 2 forks source link

Type definitions needs more entry #13

Closed kalwalt closed 2 years ago

kalwalt commented 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.

kalwalt commented 2 years ago

solved with #14