https://github.com/liriliri/eruda-touches
Eruda plugin for visualizing screen touches
https://github.com/liriliri/eruda-touches
eruda
Last synced: about 1 month ago
JSON representation
Eruda plugin for visualizing screen touches
- Host: GitHub
- URL: https://github.com/liriliri/eruda-touches
- Owner: liriliri
- License: mit
- Created: 2019-10-15T03:14:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T01:37:17.000Z (10 months ago)
- Last Synced: 2024-07-20T04:21:22.494Z (10 months ago)
- Topics: eruda
- Language: JavaScript
- Size: 12.7 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.svgEruda 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.