@iqx-limited/quick-pdf 1.0.18 → 1.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,6 +13,7 @@ This project provides a set of utilities for converting various file formats wit
|
|
|
13
13
|
## Requirements
|
|
14
14
|
|
|
15
15
|
- **Node.js**: This project is built with Node.js and uses ES modules. NodeJS > v22 required.
|
|
16
|
+
- Chromium is a dependency of this project, used via Playwright. To install browsers via cli run `npx playwright install --with-deps chromium`. If running in a ci enviroment you can include `--only-shell`
|
|
16
17
|
|
|
17
18
|
# Operations Available in the Package
|
|
18
19
|
|