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