Showing
5 changed files
with
3 additions
and
2 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -53,6 +53,7 @@ | ... | @@ -53,6 +53,7 @@ |
| 53 | "webpack-dev-server": "^3.1.14" | 53 | "webpack-dev-server": "^3.1.14" |
| 54 | }, | 54 | }, |
| 55 | "dependencies": { | 55 | "dependencies": { |
| 56 | + "babel-preset-env": "^1.7.0", | ||
| 56 | "fabric": "4.2.0", | 57 | "fabric": "4.2.0", |
| 57 | "tui-image-editor": "^3.11.0" | 58 | "tui-image-editor": "^3.11.0" |
| 58 | } | 59 | } | ... | ... |
project/public/favicon.ico
deleted
100644 → 0
No preview for this file type
| ... | @@ -4,8 +4,7 @@ | ... | @@ -4,8 +4,7 @@ |
| 4 | */ | 4 | */ |
| 5 | import React from 'react'; | 5 | import React from 'react'; |
| 6 | import TuiImageEditor from 'tui-image-editor'; | 6 | import TuiImageEditor from 'tui-image-editor'; |
| 7 | -import 'tui-image-editor/dist/tui-image-editor.css' | 7 | + |
| 8 | -import ImageEditor from '@toast-ui/react-image-editor' | ||
| 9 | 8 | ||
| 10 | export default class ImageEditor extends React.Component { | 9 | export default class ImageEditor extends React.Component { |
| 11 | rootEl = React.createRef(); | 10 | rootEl = React.createRef(); | ... | ... |
-
Please register or login to post a comment