samizdatco / skia-canvas

A GPU-accelerated 2D graphics environment for Node.js
MIT License
1.67k stars 63 forks source link

error TS7010: 'roundRect', which lacks return-type annotation, implicitly has an 'any' return type. #140

Open sandy85625 opened 1 year ago

sandy85625 commented 1 year ago

In index.d.ts file, the export function roundRect doesn't have a return type. It is causing error in typescript project.