|
1 | 1 | # TOAST UI Image Editor for React
|
2 | 2 |
|
3 |
| -> This is a React component wrapping [TOAST UI Image Editor](https://github.com/nhnent/tui.image-editor). |
| 3 | +> This is a React component wrapping [TOAST UI Image Editor](https://github.com/nhn/tui.image-editor). |
4 | 4 |
|
5 |
| - [](https://github.com/nhnent/toast-ui.react-image-editor/releases/latest) |
| 5 | + [](https://github.com/nhn/toast-ui.react-image-editor/releases/latest) |
6 | 6 | [](https://www.npmjs.com/package/@toast-ui/react-image-editor)
|
7 |
| -[](https://github.com/nhnent/toast-ui.react-image-editor/blob/master/LICENSE) |
8 |
| -[](https://github.com/nhnent/toast-ui.react-image-editor/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) |
9 |
| -[](https://github.com/nhnent) |
| 7 | +[](https://github.com/nhn/toast-ui.react-image-editor/blob/master/LICENSE) |
| 8 | +[](https://github.com/nhn/toast-ui.react-image-editor/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) |
| 9 | +[](https://github.com/nhn) |
10 | 10 |
|
11 | 11 | ## 🚩 Table of Contents
|
12 | 12 | * [Collect statistics on the use of open source](#collect-statistics-on-the-use-of-open-source)
|
@@ -69,7 +69,7 @@ var ImageEditor = require('@toast-ui/react-image-editor');
|
69 | 69 |
|
70 | 70 | ### Props
|
71 | 71 |
|
72 |
| -[All the options of the TOAST UI Image Editor](http://nhnent.github.io/tui.image-editor/latest/ImageEditor.html) are supported in the form of props. |
| 72 | +[All the options of the TOAST UI Image Editor](http://nhn.github.io/tui.image-editor/latest/ImageEditor.html) are supported in the form of props. |
73 | 73 |
|
74 | 74 | ```js
|
75 | 75 | const myTheme = {
|
@@ -108,7 +108,7 @@ Importing `black/white-theme.js` file is not working directly import yet. You wa
|
108 | 108 |
|
109 | 109 | ### Instance Methods
|
110 | 110 |
|
111 |
| -For using [instance methods of TOAST UI Image Editor](https://nhnent.github.io/tui.date-picker/latest/DatePicker.html#.createCalendar), first thing to do is creating Refs of wrapper component using [`createRef()`](https://reactjs.org/docs/refs-and-the-dom.html#creating-refs). But the wrapper component does not provide a way to call instance methods of TOAST UI Image Editor directly. Instead, you can call `getInstance()` method of the wrapper component to get the instance, and call the methods on it. |
| 111 | +For using [instance methods of TOAST UI Image Editor](https://nhn.github.io/tui.date-picker/latest/DatePicker.html#.createCalendar), first thing to do is creating Refs of wrapper component using [`createRef()`](https://reactjs.org/docs/refs-and-the-dom.html#creating-refs). But the wrapper component does not provide a way to call instance methods of TOAST UI Image Editor directly. Instead, you can call `getInstance()` method of the wrapper component to get the instance, and call the methods on it. |
112 | 112 |
|
113 | 113 | ```js
|
114 | 114 | const imageEditorOptions = {
|
@@ -166,7 +166,7 @@ class MyComponent extends React.Component {
|
166 | 166 |
|
167 | 167 | ### Event
|
168 | 168 |
|
169 |
| -[All the events of TOAST UI Image Editor](https://nhnent.github.io/tui.image-editor/latest/ImageEditor.html#event:addText) are supported in the form of `on[EventName]` props. The first letter of each event name should be capitalized. For example, for using `mousedown` event you can use `onMousedown` prop like the example below. |
| 169 | +[All the events of TOAST UI Image Editor](https://nhn.github.io/tui.image-editor/latest/ImageEditor.html#event:addText) are supported in the form of `on[EventName]` props. The first letter of each event name should be capitalized. For example, for using `mousedown` event you can use `onMousedown` prop like the example below. |
170 | 170 |
|
171 | 171 | ```js
|
172 | 172 | class MyComponent extends React.Component {
|
@@ -213,12 +213,12 @@ If it has no error, commit and then push it!
|
213 | 213 | For more information on PR's step, please see links of Contributing section.
|
214 | 214 |
|
215 | 215 | ## 📙 Documents
|
216 |
| -* [Getting Started](https://github.com/nhnent/toast-ui.react-image-editor/blob/master/docs/getting-started.md) |
| 216 | +* [Getting Started](https://github.com/nhn/toast-ui.react-image-editor/blob/master/docs/getting-started.md) |
217 | 217 |
|
218 | 218 | ## 💬 Contributing
|
219 |
| -* [Code of Conduct](https://github.com/nhnent/toast-ui.react-image-editor/blob/master/CODE_OF_CONDUCT.md) |
220 |
| -* [Contributing guideline](https://github.com/nhnent/toast-ui.react-image-editor/blob/master/CONTRIBUTING.md) |
221 |
| -* [Commit convention](https://github.com/nhnent/toast-ui.react-image-editor/blob/master/docs/COMMIT_MESSAGE_CONVENTION.md) |
| 219 | +* [Code of Conduct](https://github.com/nhn/toast-ui.react-image-editor/blob/master/CODE_OF_CONDUCT.md) |
| 220 | +* [Contributing guideline](https://github.com/nhn/toast-ui.react-image-editor/blob/master/CONTRIBUTING.md) |
| 221 | +* [Commit convention](https://github.com/nhn/toast-ui.react-image-editor/blob/master/docs/COMMIT_MESSAGE_CONVENTION.md) |
222 | 222 |
|
223 | 223 | ## 📜 License
|
224 |
| -This software is licensed under the [MIT](./LICENSE) © [NHN.](https://github.com/nhnent) |
| 224 | +This software is licensed under the [MIT](./LICENSE) © [NHN.](https://github.com/nhn) |
0 commit comments