texel-org / color

modern color library for image processing and creative coding (oklab, xyz, p3, rec2020 + more)
MIT License
414 stars 7 forks source link

Add types #3

Open ai opened 4 months ago

ai commented 4 months ago

TypeScript is very popular. For instance, we are using TS in oklch.com.

Adding types will create a good reason to switch compare to other color libraries.

mattdesl commented 4 months ago

I plan to add types in comments, similar to png-tools, which may be helpful for TS users consuming the library.

bengry commented 1 month ago

I plan to add types in comments, similar to png-tools, which may be helpful for TS users consuming the library.

Would you be open to accepting PRs adding types in a .d.ts file in this repo? Rather than having a separate @types/texel__color package on https://github.com/DefinitelyTyped/DefinitelyTyped.