@signosoft/signpad-js 0.2.2 → 0.2.3

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.
package/dist/index.d.ts CHANGED
@@ -697,7 +697,7 @@ export declare interface SignpadConfig {
697
697
  languageOptions?: ILanguageOptions;
698
698
  autoconnectOptions?: IAutoconnectOptions;
699
699
  uiVisibilityOptions?: IUIVisibilityOptions;
700
- canvasAndDrawigOptions?: IDrawingOptions;
700
+ canvasAndDrawingOptions?: IDrawingOptions;
701
701
  actionHandlers?: IActionHandlers;
702
702
  eventCallbacks?: IEventCallbacks;
703
703
  customCssVariables?: Record<string, string>;