7 lines
220 B
JavaScript
Raw Normal View History

2025-01-26 21:07:26 +08:00
// Exports the "spellchecker" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/plugins/spellchecker')
// ES2015:
// import 'tinymce/plugins/spellchecker'
require('./plugin.js');