Y
Hacker News
new
|
ask
|
show
|
jobs
by
yeargun
3 days ago
yes but not every image/visual is efficiently representable with svgs. sometimes we need rasters
1 comments
voidUpdate
3 days ago
Luckily, you can embed raster images inside SVGs
https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/E...
link
yeargun
3 days ago
yeah but you know.. it needs to be either base64 or a link
thats why .hmml is a packing strategy to mitigate that, single pack
link