lol-inline-assets 0.0.7

Inline external scripts, styles and images in HTML files using Cloudflare's lol-html.
Documentation
<html>

<body>
  <style type="text/css">.first {
  color: blue;
}

.second {
  color: gray;
}


.third {
  color: yellow;
}


.internal {
  color: red;
}
</style>
</body>

</html>