@natsuneko-laboratory/precinct-ext
v1.0.0
Published
The extensions of precinct, this package supports MDX.
Downloads
2
Readme
@natsuneko-laboratory/precinct-ext
Unleash the detectives, with more extensions.
Supports:
- MDX
Usage
import precinct from "@natsuneko-laboratory/precinct-ext";
import fs from "node:fs";
const content = fs.readFileSync("README.mdx", "utf-8");
const deps = precinct(content, { type: "mdx" });other usage is the same as the original precinct.
License
MIT
