Skip to content

Pick an image, draw on it, download the result. Free, ad free, no watermark.

License

Notifications You must be signed in to change notification settings

renanlecaro/minimage

Repository files navigation

minimage

Minimal html5 image editor : https://minimage.lecaro.me/

I got tired of having no default app on my phone to draw on images. So I made a very, very simple one.

Feel free to do PRs to make it work better on your setup. It would be nice to have it work offline (i tried but just managed to prevent refreshes)

How to install

  • git pull
  • npm i

How to run locally (will transpile source to usable js and css)

  • npm start

The app is hosted on CF pages, and a bit outdated (webpack 3).

How to publish changes

  • npm run build
  • git add .
  • git commit
  • git push

I'll try to automate the build at some point

Releases

No releases published

Packages

No packages published