<?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: rehmangtech</title>
    <description>The latest articles on DEV Community by rehmangtech (@rehmangtech).</description>
    <link>https://dev.to/rehmangtech</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1300217%2F51e091be-a520-4c75-87f8-f4589e50b0ae.jpeg</url>
      <title>DEV Community: rehmangtech</title>
      <link>https://dev.to/rehmangtech</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rehmangtech"/>
    <language>en</language>
    <item>
      <title>fabric.js responsiveness</title>
      <dc:creator>rehmangtech</dc:creator>
      <pubDate>Sun, 25 Feb 2024 08:02:47 +0000</pubDate>
      <link>https://dev.to/rehmangtech/fabricjs-responsiveness-3098</link>
      <guid>https://dev.to/rehmangtech/fabricjs-responsiveness-3098</guid>
      <description>&lt;p&gt;Hi, I am using fabric.js to create an image edit library but its not responsive . please some can help&lt;/p&gt;

&lt;p&gt;fabric.Image.fromURL(linkImage, (image) =&amp;gt; { editor.canvas.clear(); setContainerHeight(image.height); setContainerWidth(image.width); editor.canvas.setWidth(containerWidth); editor.canvas.setHeight(containerHeight); editor.canvas.setZoom(1); editor.canvas.setBackgroundImage( image, editor.canvas.renderAll.bind(editor.canvas) ); });&lt;/p&gt;

&lt;p&gt;this a part of my code&lt;/p&gt;

&lt;p&gt;i have spend a lot of time but not able to achieve it. thanks&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
