include TS types in the repo
I know types are available in @types, but it would be nicer if they were part of this package. TS has grown so much that most popular packages include types in their repo.
PR to include .d.ts files are welcome
I will try to prepare it over the weekend
@capaj Is there any "right" way to do this? Would like to include the .d.ts file for the jspdf-project and would like to do it the right way ;).
@capaj nevermind ;) https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html
If I complete this, will someone merge it?