Spaces:
Sleeping
Sleeping
File size: 872 Bytes
69b0ce4 7e111c4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
sdk: docker
---
# eruda-touches
[![NPM version][npm-image]][npm-url]
[![Build status][ci-image]][ci-url]
[![License][license-image]][npm-url]
[npm-image]: https://img.shields.io/npm/v/eruda-touches.svg
[npm-url]: https://npmjs.org/package/eruda-touches
[ci-image]: https://img.shields.io/github/actions/workflow/status/liriliri/eruda-touches/main.yml?branch=master&style=flat-square
[ci-url]: https://github.com/liriliri/eruda-touches/actions/workflows/main.yml
[license-image]: https://img.shields.io/npm/l/eruda-touches.svg
Eruda plugin for visualizing screen touches.
## Demo
Browse it on your phone:
[https://eruda.liriliri.io/?plugin=touches](https://eruda.liriliri.io/?plugin=touches)
## Install
```bash
npm install eruda-touches --save
```
```javascript
eruda.add(erudaTouches);
```
Make sure Eruda is loaded before this plugin, otherwise won't work. |