This package has been archived, and as such it is read-only.
Screenshot tool plugin for deno built by astral and imagescript
This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun




JSR Score
100%
Published
2 months ago (0.0.2)
Fresh Screenshot Plugin
这个插件为 Fresh 框架提供了网页截图功能。它可以:
- 作为 Fresh 插件集成到构建过程中
- 作为独立的命令行工具使用
Add Package
deno add jsr:@freshpress/plugin-screenshot
Import symbol
import * as plugin_screenshot from "@freshpress/plugin-screenshot";
Import directly with a jsr specifier
import * as plugin_screenshot from "jsr:@freshpress/plugin-screenshot";
Add Package
pnpm i jsr:@freshpress/plugin-screenshot
pnpm dlx jsr add @freshpress/plugin-screenshot
Import symbol
import * as plugin_screenshot from "@freshpress/plugin-screenshot";
Add Package
yarn add jsr:@freshpress/plugin-screenshot
yarn dlx jsr add @freshpress/plugin-screenshot
Import symbol
import * as plugin_screenshot from "@freshpress/plugin-screenshot";
Add Package
vlt install jsr:@freshpress/plugin-screenshot
Import symbol
import * as plugin_screenshot from "@freshpress/plugin-screenshot";
Add Package
npx jsr add @freshpress/plugin-screenshot
Import symbol
import * as plugin_screenshot from "@freshpress/plugin-screenshot";
Add Package
bunx jsr add @freshpress/plugin-screenshot
Import symbol
import * as plugin_screenshot from "@freshpress/plugin-screenshot";