UNPKG

@rshirohara/repixe-rekurke

Version:

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

10 lines (9 loc) 180 B
export const defaultOptions = { preserveUnmatchedSyntax: false, }; export function buildOptions(options) { return { ...defaultOptions, ...options, }; }