1.0.4 • Published 1 year ago
@jsprismarine/typedoc-material-theme v1.0.4
typedoc-material-theme
A TypeDoc theme based on Material 3.

Installation
npm install typedoc-material-themeUsage
This plugin add a themeColor option to typedoc: the Material 3 source color to derive the theme from.
In CLI:
typedoc src/** --plugin typedoc-material-theme --themeColor '#cb9820'or in typedoc.js:
{
  plugin: ["typedoc-material-theme"],
  themeColor: "#cb9820",
  // ... other options
}Default fonts (changeable with customCss):
Documentation
Example generated docs of this package

License
MIT. See license file.
1.0.4
1 year ago