{"id":48248881,"url":"https://github.com/activeguild/load-opentype-font","last_synced_at":"2026-04-04T20:44:17.561Z","repository":{"id":320810612,"uuid":"1083417395","full_name":"activeguild/load-opentype-font","owner":"activeguild","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-26T01:51:08.000Z","size":5489,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-26T03:27:14.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://load-opentype-font.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/activeguild.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-26T01:02:26.000Z","updated_at":"2025-10-26T01:51:12.000Z","dependencies_parsed_at":"2025-10-26T03:27:16.843Z","dependency_job_id":"2d95d28d-1801-49dd-9647-742609629742","html_url":"https://github.com/activeguild/load-opentype-font","commit_stats":null,"previous_names":["activeguild/load-opentype-font"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/activeguild/load-opentype-font","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeguild%2Fload-opentype-font","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeguild%2Fload-opentype-font/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeguild%2Fload-opentype-font/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeguild%2Fload-opentype-font/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/activeguild","download_url":"https://codeload.github.com/activeguild/load-opentype-font/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activeguild%2Fload-opentype-font/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31413282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T20:44:14.795Z","updated_at":"2026-04-04T20:44:17.553Z","avatar_url":"https://github.com/activeguild.png","language":"TypeScript","readme":"# Font to JSON/JS Converter\n\nフォントファイル（TTF, OTF, WOFF）をJSON/JavaScript形式に変換する無料オンラインツール\n\n🔗 **デモ**: [https://load-opentype-font.vercel.app/](https://load-opentype-font.vercel.app/)\n\n## 特徴\n\n- 🎨 **複数のフォント形式に対応**: TTF, OTF, WOFF形式のフォントファイルを変換可能\n- 🔒 **プライバシー重視**: ブラウザ上で完結し、サーバーにファイルをアップロードしません\n- ⚡ **高速変換**: opentype.jsを使用した高速なフォント解析\n- 📱 **レスポンシブデザイン**: モバイルデバイスでも快適に使用可能\n\n## 技術スタック\n\n- **フレームワーク**: [Next.js 14](https://nextjs.org/) (App Router)\n- **言語**: TypeScript\n- **スタイリング**: Tailwind CSS\n- **フォント処理**: [opentype.js](https://opentype.js.org/)\n- **デプロイ**: Vercel\n\n## セットアップ\n\n### 前提条件\n\n- Node.js 20.x以上\n- npm または yarn\n\n### インストール\n\n```bash\n# リポジトリをクローン\ngit clone \u003crepository-url\u003e\ncd font-converter\n\n# 依存関係をインストール\nnpm install\n\n# 開発サーバーを起動\nnpm run dev\n```\n\nブラウザで [http://localhost:3000](http://localhost:3000) を開いて確認できます。\n\n## 使い方\n\n1. 「フォントファイルを選択」ボタンをクリック\n2. TTF、OTF、またはWOFFファイルを選択\n3. 出力形式（JSON/JavaScript）を選択\n4. 「変換」ボタンをクリック\n5. 変換されたデータをコピーまたはダウンロード\n\n## スクリプト\n\n```bash\n# 開発サーバー起動\nnpm run dev\n\n# プロダクションビルド\nnpm run build\n\n# プロダクションサーバー起動\nnpm start\n\n# Lintチェック\nnpm run lint\n```\n\n### 本番環境の設定\n\n環境変数 `NEXT_PUBLIC_BASE_URL` を設定することで、本番環境のURLを指定できます:\n\n```bash\nNEXT_PUBLIC_BASE_URL=https://your-domain.com\n```\n\n## デプロイ\n\n### Vercel（推奨）\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=\u003crepository-url\u003e)\n\nまたは、手動でデプロイ:\n\n```bash\n# Vercel CLIをインストール\nnpm install -g vercel\n\n# デプロイ\nvercel\n```\n\n### その他のプラットフォーム\n\nNext.jsアプリケーションなので、以下のプラットフォームでもデプロイ可能です:\n\n- Netlify\n- AWS Amplify\n- Google Cloud Platform\n- Azure Static Web Apps\n\n## プロジェクト構成\n\n```\n.\n├── app/\n│   ├── layout.tsx          # ルートレイアウト（メタデータ設定）\n│   ├── page.tsx            # トップページ\n│   ├── sitemap.ts          # サイトマップ生成\n│   ├── robots.ts           # robots.txt生成\n│   ├── manifest.ts         # PWAマニフェスト\n│   ├── opengraph-image.tsx # OGP画像生成\n│   └── globals.css         # グローバルスタイル\n├── components/\n│   └── FontConverter.tsx   # フォント変換コンポーネント\n├── lib/\n│   └── fontConverter.ts    # フォント変換ロジック\n├── public/                 # 静的ファイル\n└── README.md              # このファイル\n```\n\n## ライセンス\n\nMIT License\n\n## 貢献\n\nプルリクエストを歓迎します！大きな変更の場合は、まずissueを開いて変更内容を議論してください。\n\n## サポート\n\n問題が発生した場合は、[Issues](../../issues)で報告してください。\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factiveguild%2Fload-opentype-font","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factiveguild%2Fload-opentype-font","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factiveguild%2Fload-opentype-font/lists"}