Skip to content

Commit

Permalink
docs(getting-started): installing
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickshan committed Jul 10, 2024
1 parent 31f4c6f commit a81e0b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

You can install `html2canvas-pro` through npm or [download a built release](https://github.com/yorickshan/html2canvas-pro/releases).

### npm

npm install html2canvas-pro
```sh
npm install html2canvas-pro
pnpm / yarn add html2canvas-pro
```

```javascript
import html2canvas from 'html2canvas-pro';
Expand Down

0 comments on commit a81e0b8

Please sign in to comment.