UNPKG

@notatki/preview

Version:

A collection of tools for creating and syncing Anki notes from simple text files.

11 lines 302 B
export function expandPreviewOptions(options) { const { title = "Cards Preview", // showDetails = true, showFront = false, showBack = true, } = options; return { title, // showDetails, showFront, showBack, }; } //# sourceMappingURL=preview-options.js.map