Skip to content

A tool to mark pixels within an image, you can save the points as a json file

Notifications You must be signed in to change notification settings

hamidb80/image-pixel-marker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Pixel Marker Tool

A tool to mark pixels within an image you can save the points as a json file

Movements

  • up: move canvas up
  • left: move canvas left
  • down: move canvas down
  • write: move canvas write

you can also move the touchpad [if you have]

Shortcuts

  • ctrl + +: zoom in
  • ctrl + -: zoom out

Installation

npm i

or

yarn install

Running:

npm run serve

or

yarn serve