Note
Make sure to check out the previous release notes for v0.7.0
when wanting to update from older versions, as there are breaking changes: v0.7.0 Release notes
- Added
"types"
property topackage.json
, pointing toindex.d.ts
files, so typing forp5.asciify
property properly works when imported vianpm
.- This way, typing works as mentioned, and no linter errors are being shown when importing
p5.asciify
as described in theInstance mode
section of theREADME
.
- This way, typing works as mentioned, and no linter errors are being shown when importing
This finally resolves #10.