Skip to content

360macky/miniedit

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MiniEdit

MiniEdit

πŸ“± A small filter images editor. πŸ“·

Demo of Project

πŸ“¦ Deployment

MiniEdit is a simple web tool for applying simple filters to photos. It is deployed on GitHub Pages, since it does not use any backend but rather vanilla JavaScript for storing and modifying images.

Filters.js

Filter.js is a fork of Foto.js, a library for applying filters to image objects.

πŸ›οΈ History

The idea came about after reviewing kousik348's project, Foto.js, a class with methods that modify a photograph by applying filters and effects. I did some code refactoring, and added more filters for this project.

I then proceeded to design the responsive user interface. Using a color palette obtained through Material.io Colors.

Finally I made some adjustments to improve the performance in terms of page loading with a metric result between 90-95 in Google Lighthouse Performance.

🎨 UI Design

Color palette used:

🀲 Contributing

Do you would like to contribute? Do you want to be the author of a new feature? Awesome! please fork the repository and make changes as you like. Pull requests are warmly welcome.

πŸ“ƒ License

Distributed under the MIT License except for the fork original from kousik19.