katana
A fast, minimalist, open source video editor. Multitrack compositing, lossless export, snappy UI. A lightweight Clipchamp alternative built with Tauri, SvelteKit and Rust.
파일 탐색기
- pages.yml
- release.yml
- extensions.json
- make-og-image.py
- IntroReveal.svelte
- +layout.svelte
- +layout.ts
- +page.svelte
- base.css
- app.html
- CNAME
- favicon.svg
- og.png
- robots.txt
- screenshot-editor.webp
- screenshot-export.webp
- sitemap.xml
- package-lock.json
- package.json
- svelte.config.js
- vite.config.ts
- fetch-ffmpeg.ps1
- fetch-ffmpeg.sh
- fetch-fonts.ps1
- fetch-fonts.sh
- favicon.svg
- AudioLayer.svelte
- CommandPalette.svelte
- CompositeLayer.svelte
- ExportDialog.svelte
- ExportProgress.svelte
- index.ts
- PreviewPane.svelte
- PropertiesPanel.svelte
- TextLayer.svelte
- Timeline.svelte
- TopBar.svelte
- TransportBar.svelte
- Button.svelte
- ColorPicker.svelte
- IconButton.svelte
- Logo.svelte
- Select.svelte
- Slider.svelte
- Tooltip.svelte
- app.css
- fonts.css
- reset.css
- theme.ts
- tokens.css
- dragdrop.ts
- export.ts
- import.ts
- intervals.ts
- keyboard.ts
- project.ts
- store.svelte.ts
- time.ts
- waveform.ts
- waveform.worker.ts
- Icon.svelte
- paths.ts
- fonts.ts
- constants.ts
- index.ts
- +page.svelte
- +layout.svelte
- +layout.ts
- +page.svelte
- app.d.ts
- app.html
- default.json
- ic_launcher.xml
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher_background.xml
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- 128x128.png
- [email protected]
- 32x32.png
- 64x64.png
- icon.icns
- icon.ico
- icon.png
- Square107x107Logo.png
- Square142x142Logo.png
- Square150x150Logo.png
- Square284x284Logo.png
- Square30x30Logo.png
- Square310x310Logo.png
- Square44x44Logo.png
- Square71x71Logo.png
- Square89x89Logo.png
- StoreLogo.png
- export.rs
- lib.rs
- main.rs
- project.rs
- thumbnails.rs
- .gitignore
- app-icon.svg
- build.rs
- Cargo.lock
- Cargo.toml
- tauri.conf.json
- katana-logo.svg
- robots.txt
- screenshot-editor.png
- screenshot-export.png
- .gitattributes
- .gitignore
- .npmrc
- LICENSE
- NOTICE.md
- package-lock.json
- package.json
- README.md
- svelte.config.js
- tsconfig.json
- vite.config.ts
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
npm install
설명 보기 ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm run
설명 보기 ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
pwsh
설명 보기 ▼
pwsh
시스템 관리를 위해 특별히 설계된 명령줄 셸 및 스크립팅 언어.
이 명령은 PowerShell 버전 6 이상(또는 PowerShell Core 및 크로스 플랫폼 PowerShell)을 의미합니다.
원래 Windows 버전(5.1 이하, 레거시 Windows PowerShell이라고도 함)을 사용하려면 `pwsh` 대신 `powershell`을 사용하세요.
더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pwsh>.
pwsh
대화형 셸 세션 시작:
pwsh -NoProfile
시작 구성 파일을 로드하지 않고 대화형 셸 세션 시작:
pwsh -Command "{{echo 'powershell is executed'}}"
특정 명령 실행:
apt-get
설명 보기 ▼
apt-get
Debian 및 Ubuntu 패키지 관리 도구.
`apt-cache`를 사용하여 패키지를 검색하세요.
Ubuntu 16.04 이후 버전에서는 대화형 사용 시 `apt` 사용을 권장합니다.
더 많은 정보: <https://manned.org/apt-get.8>.
sudo apt-get update
사용 가능한 패키지 및 버전 목록 업데이트 (다른 `apt-get` 명령어 실행 전에 권장됨):
sudo apt-get install {{package}}
패키지 설치 또는 최신 버전으로 업데이트:
sudo apt-get remove {{package}}
패키지 제거:
