mirror of
https://github.com/tabler/tabler.git
synced 2025-12-23 10:24:24 +04:00
7 lines
199 B
JavaScript
7 lines
199 B
JavaScript
// Exports the "image" plugin for usage with module loaders
|
|
// Usage:
|
|
// CommonJS:
|
|
// require('tinymce/plugins/image')
|
|
// ES2015:
|
|
// import 'tinymce/plugins/image'
|
|
require('./plugin.js'); |