JSPM

@solid-integrations/html2canvas

0.0.200
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q27229F
  • License MIT

An integration with html2canvas

Package Exports

  • @solid-integrations/html2canvas

Readme

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