Skip to content

refinedguides/image-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Editor using CSS Filters and Javascript

A vanilla javascript app to add CSS filters on image.

Features

  • Upload and preview images
  • Update image using CSS filter functions
  • Download filtered image
  • Remove uploaded image
  • Reset filters to default settings
  • Preserve original image filename and dimensions
  • Support transparency in downloaded images

Supported Filters

  • blur
  • brightness
  • contrast
  • drop-shadow
  • grayscale
  • hue-rotate
  • invert
  • opacity
  • saturate
  • sepia