@cheapsteak/css-inline-wasm
TypeScript icon, indicating that this package has built-in type declarations

0.4.2 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @cheapsteak/css-inline-wasm

      Weekly Downloads

      6

      Version

      0.4.2

      License

      MIT

      Unpacked Size

      853 kB

      Total Files

      6

      Last publish

      Collaborators

      • cheapsteak