unjs / jimp-compact

✏️ Lightweight version of Jimp -- An image processing library written entirely in JavaScript for Node.js
111 stars 5 forks source link

feat: rollup types #42

Open pi0 opened 3 years ago

pi0 commented 3 years ago

Reference: #39

Currently, the only way to have types is by installing jimp as a devDependency. This PR is trying to use api-extractor rolling up all jimp and @jimp/* types into single .d.ts file bundled with the package.

Current issues: