Display touch gestures and clicks on screen. Perfect for video capture.
https://normally.github.io/vue-fingerprints/
yarn add vue-fingerprints
import Fingerprints from 'vue-fingerprints'
export default {
components: {
Fingerprints
},
...
}
After that, use it in your main template:
<fingerprints/>
<fingerprints size="50" color="rgba(255,255,255,0.8)" shadow="true"/>
- Nic Mulvaney - Normally