@rshirohara/rekurke-repixe
Version:
rekurke plugin that turns kakuyomu novel format into pixiv novel format to support repixe.
5 lines • 303 B
TypeScript
import type { Root as KkastRoot } from "@rshirohara/kkast";
import type { Root as PxastRoot } from "@rshirohara/pxast";
import type { InternalOptions } from "./options.js";
export declare function convertRoot(tree: KkastRoot, options: InternalOptions): PxastRoot;
//# sourceMappingURL=converter.d.ts.map