UNPKG

posthtml-relative-paths

Version:

Convert the absolute paths in HTML files to relative paths

3 lines (2 loc) 169 B
import type { Node, Plugin } from "posthtml"; export default function PostHTMLRelativePaths(filePathGiven: string, rootGiven?: string, srcGiven?: string): Plugin<Node>;