-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# KarinJS Puppeteer | ||
|
||
这是一个 monorepo 项目,包含以下包: | ||
|
||
## 包 | ||
|
||
### [@karinjs/puppeteer](./packages/puppeteer/README.md) | ||
|
||
Puppeteer 的主包,提供了http、ws等api | ||
|
||
### [@karinjs/puppeteer-core](./packages/puppeteer-core/README.md) | ||
|
||
Puppeteer 的核心包,封装截图、下载等功能 | ||
|
||
## 开发 | ||
|
||
请使用`pnpm` | ||
|
||
### 安装依赖 | ||
|
||
```bash | ||
pnpm install | ||
``` | ||
|
||
### 编译 | ||
|
||
```bash | ||
pnpm build | ||
``` |