zxl
2025-05-15 d6000775372ca9f31d5da635362d41289bccae6e
1
2
3
4
5
6
7
// Exports the "fullscreen" plugin for usage with module loaders
// Usage:
//   CommonJS:
//     require('tinymce/plugins/fullscreen')
//   ES2015:
//     import 'tinymce/plugins/fullscreen'
require('./plugin.js');