corymickelson / NoPoDoFo

node pdf native bindings
GNU Affero General Public License v3.0
26 stars 6 forks source link

Typo in type name NPDFStokeStyle #102

Open spoulson opened 4 years ago

spoulson commented 4 years ago

The method Painter.setStrokeStyle accepts a parameter with type NPDFStokeStyle. Clearly, this was meant to be NPDFStrokeStyle.

https://corymickelson.github.io/NoPoDoFo/documentation/painter.html https://github.com/corymickelson/NoPoDoFo/blob/master/index.d.ts#L39

Rename enum type?