Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 1.25 KB

README.md

File metadata and controls

50 lines (44 loc) · 1.25 KB

Paint [WiP]

This is my replica of MS Paint on canvas and React. Created using create-react-app.

forthebadge forthebadge

Live demo: https://1valdis.github.io/paint/

What can this thing do?

  • File
    • Create
    • Open from disk
    • Save to disk
  • Draw
    • Colors
      • Palette
      • Input
      • Dropper
    • Pen
    • Brushes
    • Eraser
    • Fill
    • Shapes
    • Thickness
    • Text
    • Zoom
  • Undo (Ctrl+Z) / Redo (Ctrl+Y)
  • Image
    • Clipboard
      • Copy + Ctrl-C
      • Paste + Ctrl-V
      • Cut + Ctrl-X
      • Keyboard combinations
    • Selection
      • Paste
        • From clipboard
        • From file
      • Move, resize
      • Clip selection
      • Select all + Ctrl-A
      • Delete selected
      • Free-form selection
      • Invert selection
      • Transparent selection
    • Skew, resize by percent or pixels
    • Rotate, reflect

Screenshot: Screenshot