feat: automatically read click position for constructor
Closed this issue · 0 comments
hairyf commented
Provide support for programs to convert animations by position
const constructor = createOverlaysConstructor((inst, props, options) =>{
/* current click position */
options.position?.x
options.position?.y
})