lumeland / imagemagick-deno

Deno port of the WASM library for ImageMagick
https://deno.land/x/imagemagick_deno
42 stars 3 forks source link

fix readme typo #9

Closed bpevs closed 1 year ago

bpevs commented 1 year ago

Not a big deal, but currently copypasta-ing the readme example is a syntax error for the nested await:

error: Uncaught SyntaxError: Unexpected reserved word
  await img.write(
  ^
oscarotero commented 1 year ago

thanks!

rgbkrk commented 11 months ago

I just got bit by this, fixed it, then came here to file a PR. It would be good to push a patch release so the example on deno.land/x is accurate