UNPKG

web-resource-inliner

Version:

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

9 lines 126 B
<!DOCTYPE html> <html> <head> <title>test</title> </head> <body> <img src="assets/icon.png" /> </body> </html>