Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 929 Bytes

README.md

File metadata and controls

66 lines (52 loc) · 929 Bytes

tinker-pixel

Scintillate your images with tinker-pixel ✨


Basic Filters

  • Brightness
  • Contrast
  • Opacity
  • Grayscale
  • Blur
  • Invert
  • Hue Rotate
  • Saturation

Advanced Filters

  • Colors of Life
  • Blurred Beauty
  • Oil Paint
  • Spec-ify
  • Thanos Effect
  • Lost in the World
  • Experts Pencil
  • Sketch the Scene



Setup

  • Install npm packages
    > cd client
    > npm install
  • Install pip packages
    > cd server
    > pip install -r requirements.txt

Run

  • Run front-end server
    > cd client
    > npm start
  • Run back-end server
    > cd server/src
    > uvicorn main:app --reload

Screenshots