0.0.200 • Published 2 years ago

@solid-integrations/html2canvas v0.0.200

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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

0.0.200

2 years ago

0.0.100

2 years ago