<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: M K</title>
    <description>The latest articles on DEV Community by M K (@dixipro).</description>
    <link>https://dev.to/dixipro</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4139524%2Ffa3ec5eb-132c-4c8b-a5d5-73869c4b5964.jpg</url>
      <title>DEV Community: M K</title>
      <link>https://dev.to/dixipro</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dixipro"/>
    <language>en</language>
    <item>
      <title>Vue 3 image upload, crop, and adjustment in one component?</title>
      <dc:creator>M K</dc:creator>
      <pubDate>Wed, 23 Sep 2026 13:02:13 +0000</pubDate>
      <link>https://dev.to/dixipro/vue-3-image-upload-crop-and-adjustment-in-one-component-5dh1</link>
      <guid>https://dev.to/dixipro/vue-3-image-upload-crop-and-adjustment-in-one-component-5dh1</guid>
      <description>&lt;p&gt;There are plenty of excellent libraries for cropping and processing images. But I kept running into the same problem: every project needed the same surrounding code — file uploads, clipboard paste, controls, UI state, getting the result, and passing it back to the application.&lt;/p&gt;

&lt;p&gt;So I built MagicImage — a Vue 3 component that wraps this whole browser-side workflow into one place. Think of it as a Swiss Army knife for working with images.&lt;/p&gt;

&lt;p&gt;It accepts an image from a file or the clipboard, lets the user crop and adjust it, and returns two files:&lt;/p&gt;

&lt;p&gt;📄 the original image&lt;br&gt;
🖼️ the processed image in the selected format&lt;/p&gt;

&lt;p&gt;MagicImage knows nothing about your backend. It emits the result through a save event, and the application decides what happens next.&lt;/p&gt;

&lt;p&gt;It’s not meant to replace specialised image-processing libraries. The goal is simply to package the repetitive browser-side workflow into one reusable component.&lt;/p&gt;

&lt;p&gt;I’d be interested in feedback, especially from Vue developers who’ve had to build this kind of UI more than once.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://magicimage.dixipro.net/" rel="noopener noreferrer"&gt;Demo&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/dixiPro/magicImage" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;/p&gt;

</description>
      <category>frontend</category>
      <category>javascript</category>
      <category>showdev</category>
      <category>vue</category>
    </item>
  </channel>
</rss>
