@solid-integrations/html2canvas
TypeScript icon, indicating that this package has built-in type declarations

0.0.200 • Public • Published

Solid Primitives html2canvas

@solid-integrations/html2canvas

turborepo size version stage

An integration for html2canvas, which contains the following functions:

Installation

npm install @solid-integrations/html2canvas
# or
yarn add @solid-integrations/html2canvas
# or
pnpm add @solid-integrations/html2canvas

How to use it

makeScreenshotURL

const imgURL: string = makeScreenshotURL(document.getElementById("root"));

createScreenshotURL

const imgURL: Resource<string> = createScreenshotURL(document.getElementById("root"));

Changelog

See CHANGELOG.md

Readme

Keywords

Package Sidebar

Install

npm i @solid-integrations/html2canvas

Weekly Downloads

5

Version

0.0.200

License

MIT

Unpacked Size

7.09 kB

Total Files

6

Last publish

Collaborators

  • thomas_beer
  • davedbase