elm / html

Use HTML in Elm!
https://package.elm-lang.org/packages/elm/html/latest/
BSD 3-Clause "New" or "Revised" License
395 stars 99 forks source link

Add `<picture>` tag #241

Open caseyWebb opened 2 years ago

caseyWebb commented 2 years ago

Adds the picture tag and supporting srcset and sizes attributes.

Closes #203 and #240