1.0.3 • Published 2 years ago

research-helper v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago