React Native TSX 파일에서 SVG 컴포넌트를 미리보기할 수 있는 VSCode 확장 프로그램입니다.
- 🎨 미니 SVG 프리뷰: Explorer 패널 하단에 작은 SVG 미리보기 박스
- 🔄 실시간 업데이트: 코드 편집 시 자동으로 미리보기 업데이트
- 📱 전체 미리보기: 새 탭에서 상세한 SVG 미리보기
- 🌍 다국어 지원: 한국어/영어 자동 지원
- 🎭 테마 연동: VSCode 테마 색상과 완벽 연동
Svg- 기본 SVG 컨테이너Circle- 원형Rect- 사각형Path- 경로Ellipse- 타원Line- 직선Polygon- 다각형Polyline- 폴리라인Text- 텍스트G- 그룹- 기타 React Native SVG 컴포넌트들
- React Native 프로젝트에서
.tsx파일을 엽니다 - Explorer 패널 하단에 "SVG Preview" 박스가 자동으로 나타납니다
- SVG 컴포넌트가 있는 파일을 편집하면 실시간으로 업데이트됩니다
- 파일 탐색기에서 파일을 우클릭하거나 편집기에서 우클릭합니다
- "Preview SVG" 메뉴를 선택합니다
- 새 패널에서 SVG 컴포넌트들의 상세 미리보기를 확인합니다
# 의존성 설치
npm install
# TypeScript 컴파일
npm run compile
# Watch 모드로 컴파일
npm run watch
# 패키징
npm run package- VSCode 1.74.0 이상
- React Native SVG 라이브러리를 사용하는 프로젝트
A VSCode extension for previewing SVG components in React Native TSX files.
- 🎨 Mini SVG Preview: Small SVG preview box at the bottom of Explorer panel
- 🔄 Real-time Updates: Automatic preview updates when editing code
- 📱 Full Preview: Detailed SVG preview in new tab
- 🌍 Multi-language: Automatic Korean/English support
- 🎭 Theme Integration: Perfect integration with VSCode theme colors
Svg- Basic SVG containerCircle- CircleRect- RectanglePath- PathEllipse- EllipseLine- LinePolygon- PolygonPolyline- PolylineText- TextG- Group- Other React Native SVG components
- Open a
.tsxfile in your React Native project - The "SVG Preview" box will automatically appear at the bottom of Explorer panel
- Edit files with SVG components and see real-time updates
- Right-click on a file in the file explorer or in the editor
- Select "Preview SVG" from the menu
- View detailed preview of SVG components in a new panel
# Install dependencies
npm install
# Compile TypeScript
npm run compile
# Compile in watch mode
npm run watch
# Package extension
npm run package- VSCode 1.74.0 or higher
- Project using React Native SVG library
MIT