-
Notifications
You must be signed in to change notification settings - Fork 388
Update README.md #543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update README.md #543
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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> | ||||||
| • | ||||||
| <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. | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 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
Suggested change
🤖 Prompt for AI Agents |
||||||
|
|
||||||
| [](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) | ||||||
|
|
||||||
|
|
@@ -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) | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Fix URL & remove hard tabs
Anchor text now says “Scaleflex”, but the
hrefstill points tofilerobot.com.Also, the line starts with tabs, triggering
markdownlintMD010.🧰 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