paperjs / paper.js

The Swiss Army Knife of Vector Graphics Scripting – Scriptographer ported to JavaScript and the browser, using HTML5 Canvas. Created by @lehni & @puckey
http://paperjs.org
Other
14.5k stars 1.23k forks source link

Please release 0.12.4 for better TypeScript support #1724

Closed WesleyKapow closed 4 years ago

WesleyKapow commented 5 years ago

I'm using paper.js in a new typescript project and I'm getting TONS of is possibly null warnings. I believe these have been fixed via https://github.com/paperjs/paper.js/pull/1677 but are not yet available in the current release.

sasensi commented 5 years ago

You are right, this issue has already been fixed. Unfortunately, a new release is not yet planned as @lehni misses time to do it. But if you really need this, you can still use the prebuilt version of the library before a new release: https://github.com/paperjs/paper.js/tree/prebuilt/dist

vicapow commented 4 years ago

would also love an update to get our types working!

lehni commented 4 years ago

Done