@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

Readme

Keywords

none

Package Sidebar

Install

npm i @cheapsteak/css-inline-wasm

Weekly Downloads

0

Version

0.4.2

License

MIT

Unpacked Size

853 kB

Total Files

6

Last publish

Collaborators

  • cheapsteak