voku / HtmlMin

:clamp: HtmlMin: HTML Compressor and Minifier via PHP
MIT License
160 stars 21 forks source link

Remove data attributes in tag #60

Open lbngoc opened 3 years ago

lbngoc commented 3 years ago

I need to remove all data attribute inside a tag. Could you please add it as an optional ? For example:

<img src="http://path/to/png" data-src="http://path/to/png" data-slide="2" />
=> 
<img src="http://path/to/png" />