UNPKG

@rshirohara/repixe-rekurke

Version:

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

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 toKkast(tree: PxastRoot, options?: Options | null): KkastRoot; //# sourceMappingURL=index.d.ts.map