UNPKG

@shangxueink/koishi-plugin-puppeteer-without-canvas

Version:
71 lines (70 loc) 2.61 kB
{ "name": "@shangxueink/koishi-plugin-puppeteer-without-canvas", "description": "Browser API service for Koishi", "version": "3.0.7", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "src", "scripts", "index.html" ], "license": "MIT", "scripts": { "postinstall": "node scripts/patch-tsconfig.js" }, "repository": { "type": "git", "url": "git+https://github.com/koishi-shangxue-plugins/koishi-plugin-puppeteer-without-canvas.git" }, "bugs": { "url": "https://github.com/koishi-shangxue-plugins/koishi-plugin-puppeteer-without-canvas/issues" }, "homepage": "https://github.com/koishi-shangxue-plugins/koishi-plugin-puppeteer-without-canvas", "koishi": { "description": { "zh": "浏览器服务。支持远程浏览器、可选的 Canvas 服务、指令重启、默认渲染类型、fonts 字体支持...", "en": "Browser service. Supports remote browser, optional Canvas service, command restart, default rendering type, fonts support...", "ja": "ブラウザサービス。リモートブラウザ、オプションのCanvasサービス、コマンド再起動、デフォルトのレンダリングタイプ、フォントのサポートなどをサポートします。", "ko": "브라우저 서비스. 원격 브라우저, 선택적 캔버스 서비스, 명령 재시작, 기본 렌더링 유형, 글꼴 지원 등을 지원합니다.", "fr": "Service de navigateur. Prend en charge le navigateur distant, le service Canvas optionnel, le redémarrage des commandes, le type de rendu par défaut, la prise en charge des polices...", "de": "Browser-Dienst. Unterstützt Remote-Browser, optionalen Canvas-Dienst, Befehlsneustart, Standard-Rendering-Typ, Schriftartenunterstützung...", "es": "Servicio de navegador. Soporta navegador remoto, servicio Canvas opcional, reinicio de comandos, tipo de renderizado predeterminado, soporte de fuentes..." }, "service": { "optional": [ "fonts", "glyph" ], "implements": [ "puppeteer" ] } }, "keywords": [ "bot", "chatbot", "koishi", "plugin", "screenshot", "browser", "headless", "service", "render", "puppeteer" ], "peerDependencies": { "koishi": "^4.18.7" }, "devDependencies": { "@cordisjs/plugin-proxy-agent": "^0.3.3", "koishi": "^4.18.7", "koishi-plugin-glyph": "^3.0.0" }, "dependencies": { "@koishijs/canvas": "^0.2.0", "puppeteer-core": "^22.15.0", "puppeteer-finder": "^1.1.0" } }