laravelEcomm/public/Dashboard/vendors/tinymce/plugins/spellchecker/index.js
2024-07-12 12:51:02 +05:45

7 lines
220 B
JavaScript

// Exports the "spellchecker" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/plugins/spellchecker')
// ES2015:
// import 'tinymce/plugins/spellchecker'
require('./plugin.js');