1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/pageres.md
코드싸이 2317407751
common/p*: add Korean translation (#14663)
* common/p*: add Korean translation

* Update pages.ko/common/perldoc.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/pcdovtoppm.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-07 14:54:05 +09:00

930 B

pageres

다양한 해상도로 웹사이트의 스크린샷을 캡처. 더 많은 정보: https://github.com/sindresorhus/pageres-cli.

  • 여러 URL의 다양한 해상도로 스크린샷 촬영:

pageres {{https://example.com/}} {{https://example2.com/}} {{1366x768}} {{1600x900}}

  • 특정 URL에 대해 글로벌 옵션을 무시하고 특정 옵션 제공:

pageres [{{https://example.com/}} {{1366x768}} --no-crop] [{{https://example2.com/}} {{1024x768}}] --crop

  • 사용자 정의 파일명 템플릿 제공:

pageres {{https://example.com/}} {{1024x768}} --filename={{'<%= date %> - <%= url %>'}}

  • 페이지의 특정 요소 캡처:

pageres {{https://example.com/}} {{1366x768}} --selector='{{.page-header}}'

  • 특정 요소 숨기기:

pageres {{https://example.com/}} {{1366x768}} --hide='{{.page-header}}'

  • 로컬 파일의 스크린샷 캡처:

pageres {{local_file_path.html}} {{1366x768}}