0.5.0 • Published 5 years ago

@stranger6667/css-inline-wasm v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

css-inline

ci

A WASM package for inlining CSS into HTML documents.

import { inline } from "css_inline";

var inlined = inline(
  "<html><head><title>Test</title><style>h1 { color:red; }</style></head><body><h1>Test</h1></body></html>",
  { remove_style_tags: true }
)
// Do something with the inlined HTML, e.g. send an email
0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago