UNPKG

web-resource-inliner

Version:

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

10 lines (9 loc) 159 B
<!DOCTYPE html> <html> <head> <title>test</title> </head> <body> <svg><use xlink:href="assets/circle.svg#circle"></use></svg> </body> </html>