react-easy-crop
A React component to crop images/videos with easy interactions
파일 탐색기
최종 버전 다운로드 (.zip)- ci.json
- bug_report.md
- feature_request.md
- deploy-docs.yml
- quality-gate.yml
- release.yml
- CONTRIBUTING.md
- FUNDING.yml
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- settings.json
- basic_spec.js
- iframe_spec.js
- mouse_spec.js
- touch_spec.js
- commands.js
- index.js
- basic.mdx
- output.mdx
- restore.mdx
- round.mdx
- upload.mdx
- video.mdx
- advanced.md
- callbacks.md
- getting-started.md
- known-issues.md
- props.md
- styling.md
- cropImage.ts
- CropperExample.tsx
- ExampleFrame.tsx
- RestoreCropExample.tsx
- custom.css
- code.ts
- index.tsx
- dog.jpeg
- docusaurus.config.ts
- package.json
- pnpm-lock.yaml
- sidebars.ts
- tsconfig.json
- 1000x600.jpeg
- 2000x1200.jpeg
- cat.jpeg
- dog.jpeg
- flower.jpeg
- iframe.tsx
- index.tsx
- styles.css
- index.html
- check-build-types.js
- copy-build-files.js
- Cropper.tsx
- declarations.d.ts
- helpers.test.ts
- helpers.ts
- index.ts
- styles.css
- types.ts
- index.tsx
- index.mts
- .all-contributorsrc
- .eslintignore
- .eslintrc.json
- .gitignore
- .prettierrc
- auto.config.js
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- cypress.config.cjs
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- tsconfig.json
- tsdown.config.mts
- vitest.config.mts
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/ValentinH/react-easy-crop
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd react-easy-crop
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
pnpm add react-easy-crop
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm install react-easy-crop --save
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
pnpm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
pnpm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
