Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 474 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 474 Bytes

Ps

Photoshop in the browser.

Only tested in Chromium browsers. Cross-browser support will come when all items in the roadmap are complete.

Getting started

npm install
npm start # http://localhost:3000

Roadmap

  • Filters: grayscale, hue, saturation, etc.
  • Rotate
  • Scale
  • Brush (drawing)
  • Convert to blob and data URI
  • Layers
  • Text overlay
  • History
  • Crop
  • Cross-browser support
  • Optimisations