1.0.0 • Published 7 years ago

esdoc-external-events-plugin v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

ESDoc External DOM Events Plugin

Add links to DOM Event interfaces definitions in MDN documentation

Install

npm install esdoc-external-events-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [{
      "name": "esdoc-external-events-plugin",
      "option": { "enable": true }
  }]
}

enable is default true.

LICENSE

MIT

Author

Yaroslav "Yesley" Kovalev