Skip to content

dk-raw/image-editor-online

Repository files navigation

Image Editor Online

Powerfully edit and export images online. Powered by the CSS 2.1 filter property.

why don't you star it too?✨

Technologies Used

  • Node.js → Server Runtime
  • TypeScript → JavaScript Superset
  • JavaScript → Client-Side Scripting
  • CSS 2.1 → Styling
  • Bootstrap 5 → Styling
  • Bootstrap Icons → SVG Icons
  • HTML → Website Building
  • Cloudflare → Caching, Protection and Analytics
  • Cloudflare Pages → Hosting
  • Git → Version Control
  • GitHub → Source Control
  • Visual Studio Code → Code Editor

Clone Repository

Clone the repository in VS code

For the repository url enter https://github.com/dk-raw/image-editor-online

Run Locally

Assuming you have node.js installed.

In the terminal...

  1. Type npm i
  2. Type npm start

TypeScript Compilation

Assuming you have TypeScript installed.

In the terminal...

  • Type tsc for one time compilation. or
  • Type tsc -w for continuous compilation.

How to Contribute

If you'd like to help the development of this project, I will constantly be leaving comments on the code with what needs to be fixed.

License