Skip to main content
Home
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
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
100%
Published
2 months ago (0.0.2)

Fresh Screenshot Plugin

这个插件为 Fresh 框架提供了网页截图功能。它可以:

  1. 作为 Fresh 插件集成到构建过程中
  2. 作为独立的命令行工具使用

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@freshpress/plugin-screenshot

Import symbol

import * as plugin_screenshot from "@freshpress/plugin-screenshot";
or

Import directly with a jsr specifier

import * as plugin_screenshot from "jsr:@freshpress/plugin-screenshot";

Add Package

pnpm i jsr:@freshpress/plugin-screenshot
or (using pnpm 10.8 or older)
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
or (using Yarn 4.8 or older)
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";