File "index.js"
Full Path: /home/krishnamexports/public_html/panel/vendors/tinymce/plugins/wordcount/index.js
File size: 217 bytes
MIME-type: text/plain; charset=us-ascii
Charset: utf-8
// Exports the "wordcount" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/plugins/wordcount')
// ES2015:
// import 'tinymce/plugins/wordcount'
require('./plugin.js');