Skip to content

Morpa/Image-Effects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Grayscale Effect

Made by GitHub last commit Code size Github top language Github language count Repository size

What is the purpose?

Explore image manipulation in a web environment, using the hardware resources of the user's machine. As we can see, this processing becomes very fast.

What is inside?

This project uses lot of stuff as:

Getting Started

First, install the dependencies:

npm install
# or
yarn install

Then, run the development server:

npm run serve
# or
yarn serve

Open http://localhost:8080 with your browser to see the result.

Commands

  • serve: runs your application on localhost:8080
  • build: creates the production build version

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.