1.3.0 • Published 4 months ago

@alitajs/gesture-password v1.3.0

Weekly downloads
3
License
MIT
Repository
-
Last release
4 months 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

4 months ago

1.3.0

4 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.8-beta.1

6 months ago

1.0.8

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3-beta

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago