oh-image
The missing Image Component for Vite and React
파일 탐색기
- ci.yml
- docs.yml
- release.yml
- commit-msg
- pre-commit
- launch.json
- settings.json
- promises.cjs
- fs.cjs
- favicon.svg
- googlee9b5eaecdbd3f747.html
- logo.png
- manifest.json
- robots.txt
- favicon.ico
- oh-image-hero.svg
- overview.mdx
- component.mdx
- cloudinary.mdx
- custom-loader.mdx
- installation.mdx
- introduction.mdx
- typescript.mdx
- vite-plugin.mdx
- cloudflare.ts
- cloudinary.ts
- contentful.ts
- imgix.ts
- imgproxy.ts
- kontent.ts
- loaders.ts
- netlify.ts
- supabase.ts
- wordpress.ts
- docs.image.component.lazy.tsx
- docs.image.loaders.overview.lazy.tsx
- docs.installation.lazy.tsx
- docs.introduction.lazy.tsx
- docs.lazy.tsx
- docs.loaders.cloudinary.lazy.tsx
- docs.loaders.custom-loader.lazy.tsx
- docs.typescript.lazy.tsx
- docs.vite-plugin.lazy.tsx
- (prestige).docs.loaders.$loader.tsx
- __root.tsx
- index.tsx
- router.tsx
- styles.css
- .cta.json
- .gitignore
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- tsconfig.json
- vite.config.ts
- city.jpg
- controls-panel.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- imgproxy-controls.tsx
- index.tsx
- index.tsx
- index.tsx
- city.jpg
- index.tsx
- index.tsx
- __root.tsx
- App.tsx
- city.jpg
- forest.jpg
- hello.png
- index.tsx
- mountain.jpg
- nature.jpg
- ocean.jpg
- style.css
- transparent-img.avif
- index.html
- tsconfig.json
- cloudflare-loader.tsx
- cloudflare-options.ts
- index.ts
- cloudinary-loader.tsx
- cloudinary-options.ts
- index.ts
- contentful-loader.tsx
- contentful-options.ts
- index.ts
- imgix-loader.tsx
- imgix-options.ts
- index.ts
- imgproxy-loader.tsx
- imgproxy-options.ts
- index.ts
- index.ts
- kontent-loader.tsx
- kontent-options.ts
- index.ts
- netlify-loader.tsx
- netlify-options.ts
- index.ts
- supabase-loader.tsx
- supabase-options.ts
- index.ts
- wordpress-loader.tsx
- wordpress-options.ts
- base-loader-options.ts
- loader-factory-types.ts
- loader-factory.tsx
- transforms-resolver.ts
- file-utils.ts
- image-entries.ts
- image-identifier.ts
- image-process.ts
- index.ts
- plugin.ts
- types.ts
- utils.ts
- image-context.tsx
- image-factory.tsx
- image.tsx
- index.ts
- prop-asserts.ts
- prop-resolvers.ts
- types.ts
- use-img-loaded.ts
- client.d.ts
- cloudflare.test.tsx
- cloudinary.test.tsx
- contentful.test.tsx
- imgix.test.tsx
- imgproxy.test.tsx
- kontent.test.tsx
- loaders-utils.tsx
- netlify.test.tsx
- supabase.test.tsx
- wordpress.test.tsx
- image-context.test.tsx
- image.test.tsx
- loader-factory.test.tsx
- prop-asserts.test.ts
- prop-resolvers.test.ts
- use-img-loaded.test.tsx
- file-utils.test.ts
- image-entries.test.ts
- image-identifier.test.ts
- image-process.test.ts
- plugin.test.ts
- query-to-options.test.ts
- setup.ts
- utils.test.ts
- resolver.test.ts
- utils.test.ts
- .gitignore
- commitlint.config.js
- eslint.config.js
- LICENCE.md
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- tsconfig.json
- tsdown.config.ts
- 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 바로가기
// repository documentation
Was this content helpful?
(0 ratings)
