UNPKG

@rshirohara/repixe-stringify

Version:
9 lines (8 loc) 306 B
import { toPixivNovel } from "./lib/index.js"; export const repixeStringify = function () { const compiler = (doc) => { return toPixivNovel(doc); }; // biome-ignore lint/style/useNamingConvention: interface defined in external module Object.assign(this, { Compiler: compiler }); };