You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
211 B

2 years ago
  1. // Exports the "wordcount" plugin for usage with module loaders
  2. // Usage:
  3. // CommonJS:
  4. // require('tinymce/plugins/wordcount')
  5. // ES2015:
  6. // import 'tinymce/plugins/wordcount'
  7. require('./plugin.js');