mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
7 lines
No EOL
214 B
JavaScript
7 lines
No EOL
214 B
JavaScript
// Exports the "imagetools" plugin for usage with module loaders
|
|
// Usage:
|
|
// CommonJS:
|
|
// require('tinymce/plugins/imagetools')
|
|
// ES2015:
|
|
// import 'tinymce/plugins/imagetools'
|
|
require('./plugin.js'); |