Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor() {
super();
this.state = { lineSegments: [], lineWidth: Signature.Opts.Width.FINE };
this.handleSingleLine = this.handleSingleLine.bind(this);
this.handleClear = this.handleClear.bind(this);
this.handleLineWidth = this.handleLineWidth.bind(this);
}