1.3.0 • Published 1 year ago

@alitajs/gesture-password v1.3.0

Weekly downloads
3
License
MIT
Repository
-
Last release
1 year ago

install

// npm
npm install @alitajs/gesture-password --save

// yarn
yarn add @alitajs/gesture-password

usage

import GesturePassword from '@alitajs/gesture-password';

const config = {
  id: 'gesture',
  width: 375,
  height: 300,
  onChange: (data: any) => console.log(data) // get gesture password
}

const gesturePassword = new GesturePassword(config)

<canvas id='gesture' />
1.0.9

1 year ago

1.3.0

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.8-beta.1

2 years ago

1.0.8

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3-beta

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago