File tree Expand file tree Collapse file tree 6 files changed +72
-0
lines changed
Expand file tree Collapse file tree 6 files changed +72
-0
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,22 @@ This package is used to _create_ PDFs using React. If you wish to _display_ exis
3232
3333## How to install
3434
35+ ``` sh
36+ npm install @rpdf/renderer
37+ ```
38+
39+ ``` sh
40+ pnpm add @rpdf/renderer
41+ ```
42+
3543``` sh
3644yarn add @rpdf/renderer
3745```
3846
47+ ``` sh
48+ bun add @rpdf/renderer
49+ ```
50+
3951## How it works
4052
4153``` jsx
Original file line number Diff line number Diff line change 88
99## How to install
1010
11+ ``` sh
12+ npm install @rpdf/fns
13+ ```
14+
15+ ``` sh
16+ pnpm add @rpdf/fns
17+ ```
18+
1119``` sh
1220yarn add @rpdf/fns
1321```
22+
23+ ``` sh
24+ bun add @rpdf/fns
25+ ```
Original file line number Diff line number Diff line change 88
99## How to install
1010
11+ ``` sh
12+ npm install @rpdf/render
13+ ```
14+
15+ ``` sh
16+ pnpm add @rpdf/render
17+ ```
18+
1119``` sh
1220yarn add @rpdf/render
1321```
1422
23+ ``` sh
24+ bun add @rpdf/render
25+ ```
26+
1527## How it works
1628
1729``` js
Original file line number Diff line number Diff line change 2222
2323## How to install
2424
25+ ``` sh
26+ npm install @rpdf/renderer
27+ ```
28+
29+ ``` sh
30+ pnpm add @rpdf/renderer
31+ ```
32+
2533``` sh
2634yarn add @rpdf/renderer
2735```
2836
37+ ``` sh
38+ bun add @rpdf/renderer
39+ ```
40+
2941## How it works
3042
3143``` jsx
Original file line number Diff line number Diff line change 88
99## How to install
1010
11+ ``` sh
12+ npm install @rpdf/stylesheet
13+ ```
14+
15+ ``` sh
16+ pnpm add @rpdf/stylesheet
17+ ```
18+
1119``` sh
1220yarn add @rpdf/stylesheet
1321```
1422
23+ ``` sh
24+ bun add @rpdf/stylesheet
25+ ```
26+
1527## How it works
1628
1729``` js
Original file line number Diff line number Diff line change 88
99## How to install
1010
11+ ``` sh
12+ npm install @rpdf/types
13+ ```
14+
15+ ``` sh
16+ pnpm add @rpdf/types
17+ ```
18+
1119``` sh
1220yarn add @rpdf/types
1321```
1422
23+ ``` sh
24+ bun add @rpdf/types
25+ ```
26+
1527## License
1628
1729MIT © [ Diego Muracciole] ( http://github.com/diegomura )
You can’t perform that action at this time.
0 commit comments