matmen / ImageScript

zero-dependency JavaScript image manipulation
https://www.npmjs.com/package/imagescript
Other
633 stars 32 forks source link

Fix invalid Image class static method name #28

Closed ink0rr closed 1 year ago

ink0rr commented 1 year ago

This PR will fix the type error below image

simxnet commented 1 year ago

Yea, they did not type it yet, but you can use global decode function instead

Edit: WTF is that commit bruh LMAOOO

ink0rr commented 1 year ago

They did type it but for some reason it's Image.encode (which doesn't exist), not Image.decode

matmen commented 1 year ago

Yeah, looks like a typo to me. I'll take a look and merge it later, thanks