[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-78919":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":18,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":21,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":27,"discoverSource":28},78919,"comimi","yui540\u002Fcomimi","yui540","Open-source comic reader library for JS\u002FTS","https:\u002F\u002Fyui540.com\u002Fcomimi",null,"TypeScript",358,13,4,1,0,2,6,221,3.44,false,"main",[],"2026-06-12 02:03:49","# comimi\n\n![comimi バナー画像](assets\u002Fbanner.png)\n\ncomimiは、Webサイトに漫画ビューワーを組み込むことができるTypeScript\u002FJavaScriptライブラリです。\n\nReactなどのUIライブラリに依存していないため、単体で動作します。\n\nhttps:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F3e37b9fb-6381-4f43-9b27-7ae8056a1905\n\n[yui540.com\u002Fcomimi](https:\u002F\u002Fyui540.com\u002Fcomimi)\n\n## インストール\n\n```sh\nnpm install @yui540\u002Fcomimi\n```\n\n## クイックスタート\n\n```ts\nimport { createMangaViewer } from \"@yui540\u002Fcomimi\";\n\ncreateMangaViewer(document.querySelector(\"#viewer\")!, {\n  manga: {\n    id: \"sample\",\n    title: \"サンプル漫画\",\n    author: \"yui540\",\n    pages: [\n      { id: \"p0\", type: \"image\", src: \"\u002Fpages\u002F0.webp\" },\n      { id: \"p1\", type: \"image\", src: \"\u002Fpages\u002F1.webp\" },\n      { id: \"p2\", type: \"image\", src: \"\u002Fpages\u002F2.webp\" },\n    ],\n  },\n});\n```\n\nこれが最小構成です。ビューワーは `#viewer` にマウントされ、DOMを自動的に管理します。戻り値のインスタンスを通じて、ページ送りや設定・イベント操作も行えます。\n\n## ドキュメント\n\nAPIの詳細、オプション、設定、キーボードショートカット、永続化、i18n については [`docs\u002FUSAGE.md`](.\u002Fdocs\u002FUSAGE.md) に記載しています。\n\n## ライセンス\n\nMIT\n","comimi是一个开源的漫画阅读器库，支持JavaScript和TypeScript。其核心功能包括独立于任何UI框架运行的能力，这意味着它可以直接在网页中使用而无需额外依赖如React等库。通过简单的API调用即可创建一个功能齐全的漫画阅读界面，支持页面导航、键盘快捷键及国际化设置等功能。非常适合用于需要快速集成高质量漫画浏览体验的Web项目中，无论是个人博客还是专业的在线漫画平台都能从中受益。","2026-06-11 03:57:20","CREATED_QUERY"]