import fs from "node:fs"; import vm from "node:vm"; const sourcePath = "doc/index.html"; const html = fs.readFileSync(sourcePath, "utf8"); const styleMatch = html.match(/