UNPKG

web-resource-inliner

Version:

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

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