UNPKG

web-resource-inliner

Version:

Inlines img, script and link tags into the same file.

13 lines (12 loc) 218 B
<!DOCTYPE html> <html> <head> <title>test</title> </head> <body> <img src="assets/icon.png" /> <img src="/assets/icon.png" /> <img src="cid:whatever" /> <img src="" alt="nothing" /> </body> </html>