Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@
<br />
<a href="https://scaleflex.github.io/filerobot-image-editor/">Editor Preview</a>
<a href="https://www.filerobot.com/en/home">Learn more about Filerobot</a>
<a href="https://www.filerobot.com/en/home">Learn more about Scaleflex
</a>
Comment on lines +39 to +40
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion

⚠️ Potential issue

Fix URL & remove hard tabs

Anchor text now says “Scaleflex”, but the href still points to filerobot.com.
Also, the line starts with tabs, triggering markdownlint MD010.

-	<a href="https://www.filerobot.com/en/home">Learn more about Scaleflex
+  <a href="https://www.scaleflex.com/">Learn more about Scaleflex

Committable suggestion skipped: line range outside the PR's diff.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

39-39: Hard tabs
Column: 1

(MD010, no-hard-tabs)


40-40: Hard tabs
Column: 1

(MD010, no-hard-tabs)

🤖 Prompt for AI Agents
In README.md around lines 39 to 40, the anchor tag's href attribute incorrectly
points to filerobot.com while the link text says "Scaleflex". Update the href
URL to the correct Scaleflex website. Also, replace any leading tabs on this
line with spaces to comply with markdownlint MD010 rules.

<a href="https://codesandbox.io/s/holy-resonance-j0n5z">CodeSandbox</a>

</p>

# Filerobot Image Editor (FIE)
# Scaleflex Image Editor (formerly Filerobot)

The Filerobot Image Editor is the easiest way to integrate an easy-to-use image editor in your web application. Integrated with few lines of code, your users will be able to apply basic transformations like resize, crop, flip, finetune, annotate, watermark and various filters to any image.
The Scaelflex Image Editor is the easiest way to integrate an easy-to-use image editor in your web application. Integrated with few lines of code, your users will be able to apply basic transformations like resize, crop, flip, finetune, annotate, watermark and various filters to any image.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Brand name misspelled (“Scaelflex”)

-The Scaelflex Image Editor is the easiest way to integrate …
+The Scaleflex Image Editor is the easiest way to integrate …
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
The Scaelflex Image Editor is the easiest way to integrate an easy-to-use image editor in your web application. Integrated with few lines of code, your users will be able to apply basic transformations like resize, crop, flip, finetune, annotate, watermark and various filters to any image.
The Scaleflex Image Editor is the easiest way to integrate an easy-to-use image editor in your web application. Integrated with few lines of code, your users will be able to apply basic transformations like resize, crop, flip, finetune, annotate, watermark and various filters to any image.
🤖 Prompt for AI Agents
In README.md at line 48, correct the misspelled brand name "Scaelflex" to the
correct spelling "Scaleflex" to ensure brand accuracy.


[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Edit,%20resize,%20and%20filter%20any%20image&url=https://scaleflex.github.io/filerobot-image-editor/&via=filerobot&hashtags=uploader,image_resizing,image_editor,image_cropping)

Expand Down Expand Up @@ -1422,4 +1423,4 @@ All contributions are super welcomed!

## License

Filerobot Image Editor is provided under [MIT License](https://opensource.org/licenses/MIT)
Scaleflex Image Editor is provided under [MIT License](https://opensource.org/licenses/MIT)