Hacker News new | ask | show | jobs
by TheCoreh 3301 days ago
Shipping a JPEG encoder is not necessary: all browsers support encoding images via toDataURL('image/jpeg') and toBlob(...)
1 comments

I think he meant non-standard, and if not, his point still stands: with webasm, you might not have to worry about silly client side things like codecs.