JSPM

rehype-minify-meta-content

2.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 50647
  • Score
    100M100P100Q166910F
  • License MIT

rehype plugin to minify `content` on `meta` elements

Package Exports

  • rehype-minify-meta-content

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rehype-minify-meta-content) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

rehype-minify-meta-content

Build Coverage Downloads Size Sponsors Backers Chat

Minify content on meta elements.

Note: meta[name=theme-color] and meta[name=msapplication-TileColor] are handled by rehype-minify-meta-color.

Install

npm:

npm install rehype-minify-meta-content

Example

In
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<meta name="keywords" content="foo, bar baz, qux">
Out
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="keywords" content="foo,bar baz,qux">

Contribute

See contributing.md in rehypejs/.github for ways to get started. See support.md for ways to get help.

This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.

License

MIT © Titus Wormer