srcset-parse 0.1.0

Parse the srcset attribute of an <img/> tag
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "srcset-parse"
version = "0.1.0"
edition = "2021"
description = "Parse the srcset attribute of an <img/> tag"
license = "MIT"

[dependencies]
regex = "1.11.1"