1.0.3 • Published 12 months ago

research-helper v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Research Helper API

To use API, simply do

npm install research-helper
# or
yarn add research-helper

Then build your plugin by inheriting the Plugin class

import { Plugin } from "research-helper";

class MyPlugin extends Plugin {
  enable() {
    // add btns, views and settings here
  }
}
1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago