index.ts

Source

2 documented symbols. Read the signatures first, then expand each item for parameters, return types, and examples.

Reference

interfaceTransformAllOptionsTransform all plugin components in HTML. Call this during SSG build to process…

Transform all plugin components in HTML. Call this during SSG build to process all plugins at once.

View source

fntransformAllPlugins(html: string, options: TransformAllOptions = {}): Promise<string>Transform all enabled plugins in HTML content.

Transform all enabled plugins in HTML content.

View source

Parameters

  • html string
  • param unknown

Returns

Promise