ended9월 7일· 1 sources

Ask canvas for a WebP in Safari and you silently get a PNG

Why it matters

Every browser-based WebP converter I looked at is built on one line: canvas.toBlob(blob => { /* ... */ }, 'image/webp', quality) It's a reasonable place to start. It also has a failure mode that took ...

1
Sources
+0
24h
Growth
4d
Active

Sources

Related Issues