research-helper
v1.0.3
Published
Research Helper API
Downloads
4
Readme
Research Helper API
To use API, simply do
npm install research-helper
# or
yarn add research-helperThen build your plugin by inheriting the Plugin class
import { Plugin } from "research-helper";
class MyPlugin extends Plugin {
enable() {
// add btns, views and settings here
}
}