The imageToAscii package currently lacks TypeScript type definitions, which makes it difficult to use in TypeScript projects. Adding official TypeScript support or providing type definition files (.d.ts) would greatly enhance the developer experience and improve the usability of the package in TypeScript environments.
Problem:
Without proper type definitions, TypeScript users have to manually create their own types or use workarounds, which can lead to errors and inconsistencies. It would be beneficial if the package provided built-in type definitions or at least had a community-maintained type definition file available through DefinitelyTyped.
If you're open to it, I would be happy to contribute by adding an index.d.ts file and submitting a PR
Thank you for the great open-source library. 😀
The imageToAscii package currently lacks TypeScript type definitions, which makes it difficult to use in TypeScript projects. Adding official TypeScript support or providing type definition files (.d.ts) would greatly enhance the developer experience and improve the usability of the package in TypeScript environments.
Problem:
Without proper type definitions, TypeScript users have to manually create their own types or use workarounds, which can lead to errors and inconsistencies. It would be beneficial if the package provided built-in type definitions or at least had a community-maintained type definition file available through DefinitelyTyped.
If you're open to it, I would be happy to contribute by adding an
index.d.ts
file and submitting a PR