glideapps / canvas-hypertxt

The fastest way to layout wrapped text on a HTML5 canvas
MIT License
103 stars 10 forks source link

Fix typings not found error #5

Closed ChristiaanScheermeijer closed 1 year ago

ChristiaanScheermeijer commented 1 year ago

The package.json typings parameter is pointing to a non-existing index.d.ts. This PR updates the path to dist/ts/src/index.d.ts and fixes TypeScript errors in my project.

tomhicks commented 1 year ago

bumpy bump - same problem here - current package not useable in TS without patch-package