no-1ne

Results 70 comments of no-1ne

One way to pull off annotations on other apps would be stream the video to a phone (scan QR initiate a Webrtc video channel) on phone side what ever is...

Didn't think about keyboard shortcuts, one approach can be when pen mode enabled, handle redo and undo keypress combinations and not letting them pass thru to figma etc

https://github.com/mkg20001/nat-puncher/blob/master/src/pcp.js can this help.

For replay it is doable by taking .tojson snapshots along with respective timestamps, and then replaying them (based on timestamp, by loading respective loadFromJSON )

Currently is there an API on how do we get the fabric instance so that we can get the tojson data?

Thank you for the reply, if the fabric instance isn't exposed, how do you recommend getting the current json snapshot

Google Slides has a good one. https://youtu.be/FB62mXDnHXo?t=66 ![download (1)](https://user-images.githubusercontent.com/11027129/153381628-d754ccf8-bb4d-450e-ac9c-6400f256d581.gif)

Landmarks, specifically for eyes, changes in difference of distance between upper eye points and lower eyes points We tried to use the same for fatigue detection but sadly eyes closed,...

simulating mouse clicks may take this down into a rabbit hole, if shadow-dom is handled will the issues will be resolved(staying read only and capturing only final UI changes)

After mouse clicks, there will be changes at the html level ( at a dom level or via shadow dom) is it possible those can be captured so that hopefully...