Skip to content

Chrome browser extension for recording actions on an HTML Canvas element

Notifications You must be signed in to change notification settings

finlaymacklon/canvas-action-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Record actions on the HTML Canvas element

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.

Features

  • Click coordinates recording
    • define output formatting
    • set default width/height for scaling click positions

Install

  1. Clone the repository
  2. cd to cloned repository
  3. npm i -D
  4. npm run build
  5. Chrome Menu -> More Tools -> Extensions -> Toggle on Developer mode -> Load unpacked
  6. Select the build folder (NOT the root folder - this will not work)

Contribution

Suggestions and pull requests are welcomed!.

Contributors

The following GitHub users have contributed to this repository:

Example

Example of the browser extension when in-use.


This project was bootstrapped with Chrome Extension CLI

About

Chrome browser extension for recording actions on an HTML Canvas element

Topics

Resources

Stars

Watchers

Forks