UNPKG

armor-editor

Version:

Advanced rich text editor with premium armor-grade security, real-time collaboration, spell checking, track changes, and framework-agnostic design for React, Vue, Angular, Next.js, Nuxt.js

11 lines (9 loc) 194 B
import { ArmorEditor } from 'armor-editor' import { defineNuxtPlugin } from '#app' export default defineNuxtPlugin(() => { return { provide: { armorEditor: ArmorEditor } } })