gl-draw 0.9.0-beta.39 → 0.9.0-beta.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -107,7 +107,7 @@ export default class Pencil {
107
107
  zIndex: string;
108
108
  };
109
109
  };
110
- constructor(options: Options, plugin: any);
110
+ constructor(options: Options, plugin?: any);
111
111
  use(plugin: any, ...args: any[]): void;
112
112
  private init;
113
113
  private initComposer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gl-draw",
3
- "version": "0.9.0-beta.39",
3
+ "version": "0.9.0-beta.40",
4
4
  "author": "gitplus <hstits@gmail.com>",
5
5
  "scripts": {
6
6
  "start": "bundler-dev",