UNPKG

@rshirohara/rekurke-repixe

Version:

rekurke plugin that turns kakuyomu novel format into pixiv novel format to support repixe.

5 lines 287 B
import type { Root as KkastRoot } from "@rshirohara/kkast"; import type { Root as PxastRoot } from "@rshirohara/pxast"; import { type Options } from "./options.js"; export declare function toPxast(tree: KkastRoot, options?: Options | null): PxastRoot; //# sourceMappingURL=index.d.ts.map