plugin.js 170 B

123456789101112
  1. export default class CrowiPlugin {
  2. constructor() {
  3. }
  4. getAllPreProcessors() {
  5. return []
  6. }
  7. }
  8. window.crowiPlugin = new CrowiPlugin(); // FIXME