hairyf/overlastic

feat: automatically read click position for constructor

Closed this issue · 0 comments

Provide support for programs to convert animations by position

const constructor = createOverlaysConstructor((inst, props, options) =>{
   /* current click position */
   options.position?.x
   options.position?.y
})