@any-touch/shared
v2.2.0
Published
any-touch内部的公共函数.
Downloads
7,169
Readme
@any-touch/shared
在这里可以找到状态马
// shared内部代码
export const STATUS_POSSIBLE = 'possible';
export const STATUS_START = 'start';
export const STATUS_MOVE = 'move';
export const STATUS_END = 'end';
export const STATUS_CANCELLED = 'cancel';
export const STATUS_FAILED = 'failed';
export const STATUS_RECOGNIZED = 'recognized';