@alitajs/gesture-password
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

Gesture Password (手势密码)

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' />

Readme

Keywords

none

Package Sidebar

Install

npm i @alitajs/gesture-password

Weekly Downloads

31

Version

1.3.0

License

MIT

Unpacked Size

47.1 kB

Total Files

9

Last publish

Collaborators

  • pengyh
  • ashoka_j
  • diyc
  • xiaohuoni
  • imhele
  • wangxingkang
  • shawdanon
  • cjy0208
  • sorrycc
  • hang1017
  • hammersjs