About this photo editor
This site ships a self-hosted build of the open-source miniPaint project under the MIT License. miniPaint runs entirely inside your browser: files are processed locally and are never uploaded to external servers.
Licensing
- miniPaint © Vilius L. — released under the MIT License.
-
This fork keeps the original
MIT-LICENSE.txtand credits miniPaint in the UI. Any redistribution must preserve those terms.
Source code
Full source lives in this repository and can be rebuilt with
npm run build. The bundled dist/bundle.js
powers the main editor view embedded on the homepage.