-
Notifications
You must be signed in to change notification settings - Fork 44
Small documentation update #87
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?
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 |
|---|---|---|
| @@ -1,7 +1,9 @@ | ||
| --- | ||
| title: CropperBackgroundImage | ||
| title: CropperBackgroundWrapper | ||
| --- | ||
|
|
||
| This component that wraps cropper background and stencil. It processes touch and mouse events to transform image. | ||
|
|
||
| :::note | ||
| This section has not been documented yet. Stay up to date. | ||
| ::: |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| title: CropperBackgroundImage | ||
| title: TransformableImage | ||
|
Author
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. There were previously three "CropperBackgroundImage" components in the tree. These title changes correct the confusing duplication |
||
| --- | ||
|
|
||
| :::note | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,7 +24,7 @@ require('dotenv').config(); | |
| docs: { | ||
| sidebarPath: require.resolve('./sidebars.js'), | ||
| // Please change this to your repo. | ||
| editUrl: 'https://github.com/facebook/docusaurus/edit/main/website/', | ||
| editUrl: 'https://github.com/advanced-cropper/react-advanced-cropper/tree/master/example/', | ||
|
Author
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. Not yet able to test and verify this fixes the |
||
| }, | ||
| blog: { | ||
| showReadingTime: true, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
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.
Simple high level details when landing on the components pages might help new users with the learning curve. Details sourced from existing content in
components-and-hooks.mdx