Powerfully edit and export images online. Powered by the CSS 2.1 filter property.
why don't you star it too?✨
- 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 the repository in VS code
For the repository url enter https://github.com/dk-raw/image-editor-online
Assuming you have node.js installed.
In the terminal...
- Type
npm i
- Type
npm start
Assuming you have TypeScript installed.
In the terminal...
- Type
tsc
for one time compilation. or - Type
tsc -w
for continuous compilation.
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.