This repository contains the files for a Chrome browser extension that can record actions on an HTML Canvas element. Currently only supports recording of mouse clicks.
- Click coordinates recording
- define output formatting
- set default width/height for scaling click positions
- Clone the repository
cd
to cloned repositorynpm i -D
npm run build
- Chrome Menu -> More Tools -> Extensions -> Toggle on
Developer mode
-> Load unpacked - Select the
build
folder (NOT the root folder - this will not work)
Suggestions and pull requests are welcomed!.
The following GitHub users have contributed to this repository:
This project was bootstrapped with Chrome Extension CLI