TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: ImageEditor – A Lightweight Image Editor

3 点作者 mishu25 个月前
Hello everyone. I developed a basic image editor which allows users to easily edit photographs in their browser.<p>It supports rotating, flipping, cropping, adjusting brightness and contrast, as well as adding arrows, circles and text. A major feature is that it checks for the maximum canvas size (which, as I have discovered, conveniently differs between browsers) and resizes the image to fit, so it supports editing larger images as well (an important point, as many users were uploading JPEGs straight from their camera and getting a blank canvas).<p>You can try it online for free (all processing happens client-side, without any tracking) at: <a href="https:&#x2F;&#x2F;photo.kigun.org" rel="nofollow">https:&#x2F;&#x2F;photo.kigun.org</a><p>Please let me know what you think. Thank you!

1 comment

mishu25 个月前
Author here, I forgot to mention the project is written using Svelte 5 and daisyUI, because I wanted to try the tech stack out.<p>I have to say I quite like it for more complex interactive components like this one, but still much prefer django with some htmx + Stimulus JS sprinkled in for the rest of the website.