raiki61 / base64-image-embedder

Apache License 2.0
0 stars 0 forks source link

RegEx requires src to follow image #5

Closed jbienzss closed 7 months ago

jbienzss commented 7 months ago

With the current RegEx the image tag must be defined so that src is the first parameter.

The following will work:

<img src="Images/image002.png" ...

The following will not work:

<img width=624 height=351 src="Images/image002.png" ...

raiki61 commented 7 months ago

thank you. I'll check it and try to fix it.

raiki61 commented 7 months ago

Thank you for feedback. It fixed by ver 0.0.2.