xiangpei
2025-05-14 4f5c67373bf90e596a271be3b3ce85a0fb35702f
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');