UNPKG

@mitre/nuxt-smartscript

Version:

Smart typography transformations for Nuxt - automatic superscript, subscript, and symbol formatting

8 lines (7 loc) 259 B
/** * Nitro plugin for server-side and static generation processing * Uses jsdom for proper DOM manipulation matching client-side behavior */ import type { NitroAppPlugin } from 'nitropack'; declare const _default: NitroAppPlugin; export default _default;